3 lines
72 B
CMake
3 lines
72 B
CMake
|
add_executable(SubE main.swift)
|
||
|
target_link_libraries(SubE PUBLIC SubD)
|