Files
qt-creator/tests/unit/echoserver/CMakeLists.txt
Cristian Adam 0439eea6bc CMake build: Skip installation of test plugins / executables
Our tests run from the build folder. We do not need to install them.

Change-Id: Iaeb27e466fe0d43bc15fa3eee3bf6d2659b87083
Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
2019-06-05 08:28:49 +00:00

9 lines
243 B
CMake

add_qtc_executable(echo
DEPENDS Qt5::Core Qt5::Network ClangSupport
DEFINES CLANGSUPPORT_TESTS DONT_CHECK_MESSAGE_COUNTER
SOURCES
echoclangcodemodelserver.cpp echoclangcodemodelserver.h
echoserverprocessmain.cpp
SKIP_INSTALL
)