anotherim-desktop/plugins/CMakeLists.txt

8 lines
149 B
CMake
Raw Normal View History

2020-10-04 09:40:26 +00:00
if(WIN32)
add_link_options("-Wl,--export-all-symbols")
endif(WIN32)
foreach(plugin ${PLUGINS})
add_subdirectory(${plugin})
endforeach(plugin)