3 lines
61 B
CMake
3 lines
61 B
CMake
file(GLOB_RECURSE TIME ./ *.cpp)
|
|
|
|
add_library(time ${TIME}) |
file(GLOB_RECURSE TIME ./ *.cpp)
|
|
|
|
add_library(time ${TIME}) |