blob: 7c30566781803053912f4d6fbd38e00f7fc0f44c (
about) (
plain) (
blame)
1
2
3
4
5
6
7
8
|
# CMakeLists for dist/windows
subdirs(translations)
if(WIN32)
#attention: nsis scripts contains ${variables} that would be replaced by cmake
configure_file(${PROJECT_SOURCE_DIR}/cmake/KVIrc.nsi.cmake ${PROJECT_BINARY_DIR}/KVIrc.nsi @ONLY)
endif()
|