picrin/contrib/CMakeLists.txt

7 lines
195 B
CMake
Raw Normal View History

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