cmake/Tests/SwiftOnly/SubA/CMakeLists.txt
2022-11-16 20:14:03 +01:00

3 lines
98 B
CMake

add_library(SubA SubA.swift)
target_include_directories(SubA INTERFACE "$<TARGET_FILE_DIR:SubA>")