3 lines
70 B
CMake
3 lines
70 B
CMake
file(GLOB_RECURSE SOURCES *.c)
|
|
|
|
ADD_LIBRARY(common STATIC ${SOURCES})
|