comparison irccdctl/CMakeLists.txt @ 710:a17de53db29b

Misc: export libraries Export all libraries with CMake and install headers. While here, build Duktape as object library to avoid exporting it. Don't mix static/dynamic libraries anymore. closes #867 closes #439
author David Demelier <markand@malikania.fr>
date Sat, 07 Jul 2018 14:03:04 +0200
parents d30793525261
children fc66cc9706a7
comparison
equal deleted inserted replaced
709:1b04ffb2b35e 710:a17de53db29b
86 ${irccdctl_SOURCE_DIR}/watch_cli.hpp 86 ${irccdctl_SOURCE_DIR}/watch_cli.hpp
87 ) 87 )
88 88
89 irccd_define_executable( 89 irccd_define_executable(
90 TARGET irccdctl 90 TARGET irccdctl
91 EXPORT
91 DESCRIPTION "Irccd controller." 92 DESCRIPTION "Irccd controller."
92 SOURCES ${SOURCES} 93 SOURCES ${SOURCES}
93 LIBRARIES libirccdctl 94 LIBRARIES libirccdctl
94 ) 95 )