picrin/contrib/CMakeLists.txt

8 lines
215 B
CMake
Raw Normal View History

file(GLOB CONTRIBS ${PROJECT_SOURCE_DIR}/contrib/*/CMakeLists.txt)
list(SORT CONTRIBS)
foreach(contrib ${CONTRIBS})
include(${contrib})
endforeach()
2014-03-31 07:43:36 -04:00
add_definitions("-DPIC_CONTRIB_INITS=${PICRIN_CONTRIB_INITS}")