4 lines
67 B
CMake
4 lines
67 B
CMake
file(GLOB_RECURSE INPUT ./ *.cpp)
|
|
|
|
add_library(myinput ${INPUT} )
|
file(GLOB_RECURSE INPUT ./ *.cpp)
|
|
|
|
add_library(myinput ${INPUT} )
|