blob: 8bb6149d9c574379b66a803d061854160e9e820b [file] [log] [blame]
add_library(iface INTERFACE)
target_sources(iface INTERFACE empty_1.cpp)
add_executable(main main.cpp)
target_link_libraries(main iface)