picrin/contrib/CMakeLists.txt

6 lines
151 B
CMake
Raw Normal View History

file(GLOB CONTRIBS ${PROJECT_SOURCE_DIR}/contrib/*/CMakeLists.txt)
list(SORT CONTRIBS)
foreach(contrib ${CONTRIBS})
include(${contrib})
endforeach()