pamac-classic/data/config/noaur/CMakeLists.txt

20 lines
375 B
CMake
Raw Normal View History

2017-10-10 16:29:22 -03:00
### CMakeLists automatically created with AutoVala
### Do not edit
if (DISABLE_AUR)
IF(IS_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/pamac.conf)
install(DIRECTORY
${CMAKE_CURRENT_SOURCE_DIR}/pamac.conf
DESTINATION
${CMAKE_INSTALL_SYSCONFDIR}
)
ELSE()
install(FILES
${CMAKE_CURRENT_SOURCE_DIR}/pamac.conf
DESTINATION
${CMAKE_INSTALL_SYSCONFDIR}
)
ENDIF()
endif ()