aboutsummaryrefslogtreecommitdiffstats
path: root/src/tools/qtcdebugger/CMakeLists.txt
blob: 22b1ca8e2d9d0653d04d7e2fd2e04e49b5bec513 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#
# Copyright (C) YourCompany. All rights reserved.
#
# GENERATED BY CPP-DEPENDENCIES - do not edit, your changes will be lost
# If you must edit, remove these two lines to avoid regeneration

project(src.tools.qtcdebugger)


add_library(${PROJECT_NAME} STATIC
  main.cpp
)

target_link_libraries(${PROJECT_NAME}
  PRIVATE
    src
)