summaryrefslogtreecommitdiffstats
path: root/confskel/openldap/CMakeLists.txt
blob: a6077a8e925865b9a6c379b160989cd0244e6b15 (plain)
1
2
3
4
5
6
7
add_subdirectory( ldap )
add_subdirectory( ldif )

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