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
/
SwiftOnly
/
SubB
/
CMakeLists.txt
blob: 6e929270f5575d33b068e62cd0acddab559b6714 (
plain
)
1
2
add_library(SubB SubB.swift) target_link_libraries(SubB PRIVATE SubA)