4 lines
82 B
CMake
4 lines
82 B
CMake
aux_source_directory(. DIR_Include_SRCS)
|
|
|
|
add_library(MyLibs ${DIR_Include_SRCS})
|