Skip to content

Commit

Permalink
Update CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
Lim Ngian Xin Terry authored May 30, 2024
1 parent ba57398 commit fd36680
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -75,14 +75,14 @@ target_link_directories(${PROJECT_NAME} PUBLIC ${SDL2_LIB_DIR}

if (WIN32)
target_link_libraries(${PROJECT_NAME} PUBLIC Threads::Threads
mkr_maths mkr_common mkr_log mkr_glsl_include
mkr_maths mkr_common mkr_glsl_include
SDL2main SDL2 SDL2_image
glew32 opengl32
spdlog flecs)
else()
target_link_libraries(${PROJECT_NAME} PUBLIC Threads::Threads
mkr_maths mkr_common mkr_log mkr_glsl_include
mkr_maths mkr_common mkr_glsl_include
SDL2 SDL2_image
GLEW GL
spdlog flecs)
endif()
endif()

0 comments on commit fd36680

Please sign in to comment.