Files
fstester/setter/src/CMakeLists.txt

4 lines
67 B
CMake

set(MAIN_SOURCES main.c main.h)
add_library(core ${MAIN_SOURCES})