summaryrefslogtreecommitdiff
path: root/src/tools/3rdparty/cplusplus-keywordgen/CMakeLists.txt
blob: ec08ef50ec0a7775bf9526f516e463ef841abba9 (plain)
1
2
3
4
5
6
7
add_qtc_executable(cplusplus-keywordgen
  SKIP_INSTALL
  DEPENDS CPlusPlus Utils
  SOURCES cplusplus-keywordgen.cpp
  PROPERTIES RUNTIME_OUTPUT_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}
)