cmake/Tests/SwiftOnly/SubC/CMakeLists.txt
2024-07-09 14:46:46 +02:00

3 lines
69 B
CMake

add_library(SubC SubC.swift)
target_link_libraries(SubC PUBLIC SubD)