5 lines
84 B
CMake
5 lines
84 B
CMake
file(GLOB_RECURSE APPLICATION ./ *.cpp)
|
|
|
|
add_library(application ${APPLICATION})
|
|
|