oh_my_loam/common/CMakeLists.txt

4 lines
75 B
CMake
Raw Normal View History

2020-10-16 18:08:31 +08:00
aux_source_directory(. SRC_FILES)
add_library(common SHARED ${SRC_FILES})