3 lines
98 B
CMake
3 lines
98 B
CMake
add_library(SubA SubA.swift)
|
|
target_include_directories(SubA INTERFACE "$<TARGET_FILE_DIR:SubA>")
|