cmake/Tests/SwiftOnly/SubA/CMakeLists.txt

3 lines
98 B
CMake
Raw Normal View History

2022-11-16 20:14:03 +01:00
add_library(SubA SubA.swift)
target_include_directories(SubA INTERFACE "$<TARGET_FILE_DIR:SubA>")