procedural-3d-engine/base/CMakeLists.txt
Jean-Philippe Bruyère 977f0318b7 make base as library
2017-08-17 20:50:28 +02:00

4 lines
94 B
CMake

file(GLOB BASE_SRC *.cpp)
file(GLOB BASE_HEADERS *.hpp)
add_library(base SHARED ${BASE_SRC})