summaryrefslogtreecommitdiffstats
path: root/confskel/openldap/ldif/CMakeLists.txt
blob: c7d84fa32c02f05912a3b32230e8efe3bd11c8e9 (plain)
1
2
3
4
5
6
file( GLOB _ldifs RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} *.ldif )

install(
    FILES ${_ldifs}
    DESTINATION ${DATA_INSTALL_DIR}/${PROJECT_NAME}/skel/openldap/ldif
)