4 lines
90 B
CMake
4 lines
90 B
CMake
file(GLOB SOURCES *.cpp)
|
|
file(GLOB HEADERS *.hpp)
|
|
|
|
add_library(core ${SOURCES} ${HEADERS}) |