blob: 631a84558748d3771e7dde96be44a251bf83aac9 [file] [log] [blame]
# Test an interface library added to the build system by a per-config source.
add_library(iface INTERFACE $<$<CONFIG:NotAConfig>:${CMAKE_CURRENT_SOURCE_DIR}/iface.c>)