added math library to CMakeLists

main
Sara 2023-06-27 09:30:00 +02:00
parent ac722f6e5f
commit ca3b2af703
1 changed files with 1 additions and 1 deletions

View File

@ -31,6 +31,6 @@ add_executable(
${SOURCE_C}
${SOURCE_CPP})
target_link_libraries(${PROJECT} SDL2 SDL2_image SDL2_ttf)
target_link_libraries(${PROJECT} SDL2 SDL2_image SDL2_ttf m)
target_include_directories(${PROJECT} PRIVATE "${CMAKE_SOURCE_DIR}/include/" "${CMAKE_SOURCE_DIR}/src/corelib" "${CMAKE_SOURCE_DIR}/src/ui")