comparison irccdctl/CMakeLists.txt @ 256:f04acabfbbe5

CMake: switch to NSIS with various fixes, closes #533
author David Demelier <markand@malikania.fr>
date Mon, 12 Sep 2016 17:54:27 +0200
parents 6635b9187d71
children 0f14931a76c1
comparison
equal deleted inserted replaced
255:233366c94ddb 256:f04acabfbbe5
18 # Project 18 # Project
19 project(irccdctl) 19 project(irccdctl)
20 20
21 irccd_define_executable( 21 irccd_define_executable(
22 TARGET irccdctl 22 TARGET irccdctl
23 INSTALL 23 DESCRIPTION "Irccd controller."
24 SOURCES CMakeLists.txt main.cpp 24 SOURCES CMakeLists.txt main.cpp
25 LIBRARIES libirccd 25 LIBRARIES libirccd
26 ) 26 )
27 27
28 if (UNIX) 28 if (UNIX)