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: 70644fa7a02fec7db80dc34d429f26182891a2c6 (
plain
)
1
2
add_executable(sub_exe_3 ../app.cpp) target_link_libraries(sub_exe_3 PRIVATE ${QtX}::Core)