summaryrefslogtreecommitdiff
path: root/src/bin/CMakeLists.txt
blob: 7c6fe514bb18693c274542960afa426efd7aae56 (plain)
1
2
3
4
5
6
7
8
# If not on Windows, generate anoperc and install it along with mydbgen
if(NOT WIN32)
  configure_file(${Anope_SOURCE_DIR}/src/bin/anoperc.in ${Anope_BINARY_DIR}/src/bin/anoperc)
  install (PROGRAMS ${CMAKE_CURRENT_BINARY_DIR}/anoperc ${CMAKE_CURRENT_SOURCE_DIR}/mydbgen
    DESTINATION bin
  )

endif(NOT WIN32)