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