5 lines
176 B
CMake
5 lines
176 B
CMake
|
file(GLOB PICRIN_TIME_SOURCES ${PROJECT_SOURCE_DIR}/contrib/03.time/src/*.c)
|
||
|
|
||
|
list(APPEND PICRIN_CONTRIB_INITS time)
|
||
|
list(APPEND PICRIN_CONTRIB_SOURCES ${PICRIN_TIME_SOURCES})
|