index
:
CMake.git
master
release
CMake is a cross-platform, open-source build system generator.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Tests
/
RunCMake
/
Ninja
/
QtSubDir3
/
CMakeLists.txt
blob: d38cfe0763e557222779156c8fc9d5f90128193d (
plain
)
1
2
add_executable(sub_exe_3 ../app.cpp) target_link_libraries(sub_exe_3 PRIVATE Qt5::Core)