CMake/Tests/RunCMake/interface_library/global-interface.cmake
Stephen Kelly 770245e928 add_library: Test invalid GLOBAL INTERFACE signature.
This has to be tested separately from the invalid_signature test because
target sources are evaluate at a later time, and earlier errors in the
invalid_signature test cause early exit.
2014-02-07 15:49:15 +01:00

3 lines
37 B
CMake

add_library(iface GLOBAL INTERFACE)