readd meson

This commit is contained in:
2017-10-16 13:40:34 -03:00
parent ce6e45c968
commit 04bd445538
24 changed files with 564 additions and 41 deletions

View File

@@ -6,13 +6,13 @@ if (NOT(DISABLE_AUR))
install(DIRECTORY
${CMAKE_CURRENT_SOURCE_DIR}/pamac.conf
DESTINATION
${CMAKE_INSTALL_SYSCONFDIR}
/etc
)
ELSE()
install(FILES
${CMAKE_CURRENT_SOURCE_DIR}/pamac.conf
DESTINATION
${CMAKE_INSTALL_SYSCONFDIR}
/etc
)
ENDIF()

View File

@@ -6,13 +6,13 @@ if (DISABLE_AUR)
install(DIRECTORY
${CMAKE_CURRENT_SOURCE_DIR}/pamac.conf
DESTINATION
${CMAKE_INSTALL_SYSCONFDIR}
/etc
)
ELSE()
install(FILES
${CMAKE_CURRENT_SOURCE_DIR}/pamac.conf
DESTINATION
${CMAKE_INSTALL_SYSCONFDIR}
/etc
)
ENDIF()