cmake/Tests/SwiftOnly/SubE/CMakeLists.txt

3 lines
72 B
CMake
Raw Normal View History

2024-07-09 14:46:46 +02:00
add_executable(SubE main.swift)
target_link_libraries(SubE PUBLIC SubD)