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
/
SubC
/
CMakeLists.txt
blob: 4fdb3d3c1fa9dc1653ede507f0e3cb96a74d79eb (
plain
)
1
2
add_library(SubC SubC.swift) target_link_libraries(SubC PUBLIC SubD)