oh_my_loam/common/CMakeLists.txt

4 lines
70 B
CMake
Raw Normal View History

2021-01-04 21:26:09 +08:00
file(GLOB SRC_FILES **/*.cc)
2020-10-16 18:08:31 +08:00
add_library(common SHARED ${SRC_FILES})