Minor cmake cleanup
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
set(neochat_SRCS
|
||||
add_executable(neochat
|
||||
accountlistmodel.cpp
|
||||
controller.cpp
|
||||
emojimodel.cpp
|
||||
@@ -18,8 +18,6 @@ set(neochat_SRCS
|
||||
../res.qrc
|
||||
)
|
||||
|
||||
add_executable(neochat ${neochat_SRCS})
|
||||
|
||||
target_link_libraries(neochat Qt5::Widgets Qt5::Quick Qt5::Qml Qt5::Gui Qt5::Network Qt5::QuickControls2 KF5::Kirigami2 Quotient cmark::cmark ${QTKEYCHAIN_LIBRARIES})
|
||||
|
||||
install(TARGETS neochat ${KF5_INSTALL_TARGETS_DEFAULT_ARGS})
|
||||
|
||||
Reference in New Issue
Block a user