pinboid/src/game/CMakeLists.txt

4 lines
117 B
CMake
Raw Permalink Normal View History

2020-11-08 02:34:04 +01:00
add_library(game "src/game.c")
target_include_directories(game PUBLIC "inc")
target_link_libraries(game PRIVATE gfx)