#
# 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
)

