mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
Add the COMPATIBLE_INTERFACE_STRING property.
This commit is contained in:
@@ -11,6 +11,18 @@
|
||||
#error Expected BOOL_PROP3
|
||||
#endif
|
||||
|
||||
#ifndef STRING_PROP1
|
||||
#error Expected STRING_PROP1
|
||||
#endif
|
||||
|
||||
#ifndef STRING_PROP2
|
||||
#error Expected STRING_PROP2
|
||||
#endif
|
||||
|
||||
#ifndef STRING_PROP3
|
||||
#error Expected STRING_PROP3
|
||||
#endif
|
||||
|
||||
#include "iface2.h"
|
||||
|
||||
int main(int argc, char **argv)
|
||||
|
||||
Reference in New Issue
Block a user