oh_my_loam/oh_my_loam/solver/CMakeLists.txt

4 lines
75 B
CMake

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