1 2 3 4 5 6 7 8 9 10 11 12
add_library(unit "src/unit.c") target_include_directories(unit PUBLIC "inc") target_link_libraries(unit PUBLIC fixmath container camera gfx instance sfx util )