Optimized CMake library searching.
This commit is contained in:
parent
4f95ed3fc0
commit
b159f83c63
5 changed files with 8 additions and 425 deletions
|
@ -1,2 +1,3 @@
|
|||
|
||||
add_executable(Bob Main.cpp Main.hpp Grid.cpp Grid.hpp Gameplay.cpp Gameplay.hpp Gui.hpp Gui.cpp)
|
||||
target_link_libraries(Bob ${SDL2_LIBRARY} ${SDL2GFX_LIBRARY} ${Boost_LIBRARIES})
|
||||
target_link_libraries(Bob ${SDL2_LIB} ${SDL2_GFX_LIB} ${SDL2_TTF_LIB} ${Boost_LIBRARIES})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue