3 lines
69 B
CMake
3 lines
69 B
CMake
|
add_library(SubC SubC.swift)
|
||
|
target_link_libraries(SubC PUBLIC SubD)
|