summaryrefslogtreecommitdiff
path: root/Tests/RunCMake/InterfaceLibrary/ConfigSources.cmake
blob: 631a84558748d3771e7dde96be44a251bf83aac9 (plain)
1
2
# 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>)