forked from qt-creator/qt-creator
...into top level. Exceptions are applied explicitly. Change-Id: I59c54967dffc0bef2e8cc05c73763fcf18c12517 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
10 lines
309 B
CMake
10 lines
309 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
|
|
PROPERTIES RUNTIME_OUTPUT_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}
|
|
)
|