anotherim-desktop/plugins/CMakeLists.txt

4 lines
76 B
CMake
Raw Normal View History

foreach(plugin ${PLUGINS})
add_subdirectory(${plugin})
endforeach(plugin)