rts/src/util/CMakeLists.txt

3 lines
77 B
CMake

add_library(util "src/util.c")
target_include_directories(util PUBLIC "inc")