CMakeLists.txt 88 B

12
  1. add_executable(sub_exe_3 ../app.cpp)
  2. target_link_libraries(sub_exe_3 PRIVATE Qt5::Core)