oh_my_loam/common/CMakeLists.txt

6 lines
130 B
CMake
Raw Normal View History

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