4 lines
94 B
CMake
4 lines
94 B
CMake
file(GLOB BASE_SRC *.cpp)
|
|
file(GLOB BASE_HEADERS *.hpp)
|
|
|
|
add_library(base SHARED ${BASE_SRC})
|