pinboid/src/game/CMakeLists.txt

4 lines
117 B
CMake

add_library(game "src/game.c")
target_include_directories(game PUBLIC "inc")
target_link_libraries(game PRIVATE gfx)