diff --git a/CMakeLists.txt b/CMakeLists.txt index 8e873bf..ead39f0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -30,6 +30,7 @@ include_directories(source) link_libraries ( ${SDL_LIBRARY} + m ) add_definitions("-Wall -std=c99 --pedantic")