mirror of
https://github.com/aaru-dps/fstester.git
synced 2025-12-16 19:24:39 +00:00
4 lines
67 B
CMake
4 lines
67 B
CMake
set(MAIN_SOURCES main.c main.h)
|
|
|
|
add_library(core ${MAIN_SOURCES})
|