oh_my_loam/common/CMakeLists.txt

4 lines
70 B
CMake

file(GLOB SRC_FILES **/*.cc)
add_library(common SHARED ${SRC_FILES})