blob: 7318b97776464edfbcdfecaa7e315aec45505ef5 [file] [log] [blame]
add_subdirectory(sub1)
subdirs(sub2)
add_custom_target(CustomSub)
add_library(InterfaceSub INTERFACE)
add_library(my::InterfaceSub ALIAS InterfaceSub)