5 lines
179 B
CMake
5 lines
179 B
CMake
include_directories(include)
|
|
add_library(maxbase SHARED src/eventcount.cc src/stopwatch.cc)
|
|
set_target_properties(maxbase PROPERTIES VERSION "1.0.0")
|
|
install_module(maxbase core)
|