Skip to content

Commit

Permalink
add math library to target_link_libraries in CMakeLists.txt. Build on…
Browse files Browse the repository at this point in the history
… CI runner fails without it.
  • Loading branch information
burke-david committed Jun 5, 2024
1 parent 9fb713b commit 3106d12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ add_executable(${PROJECT_NAME}

#string(STRIP ${SDL2_LIBRARIES} SDL2_LIBRARIES)

target_link_libraries(${PROJECT_NAME} PRIVATE ${SDL2_LIBRARIES})
target_link_libraries(${PROJECT_NAME} PRIVATE ${SDL2_LIBRARIES} m)

0 comments on commit 3106d12

Please # to comment.