5 lines
183 B
CMake
5 lines
183 B
CMake
|
file(GLOB SOURCES CONFIGURE_DEPENDS ${PROJECT_SOURCE_DIR}/src/*.cpp)
|
||
|
|
||
|
add_library(tapelib ${SOURCES})
|
||
|
target_include_directories(tapelib PUBLIC ${PROJECT_SOURCE_DIR}/include/tapelib)
|