oh_my_loam/common/CMakeLists.txt

4 lines
75 B
CMake

aux_source_directory(. SRC_FILES)
add_library(common SHARED ${SRC_FILES})