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