add_library(terrain "src/terrain.c") target_include_directories(terrain PUBLIC "inc") target_link_libraries(terrain PUBLIC container camera gfx util)