mirror of
https://github.com/reactos/CMake.git
synced 2024-11-24 12:09:48 +00:00
6fbe3ce4ef
These interface-related link-libraries properties are used to determine the value of the other INTERFACE properties, so we were getting infinite recursion and segfaults otherwise.
8 lines
56 B
C++
8 lines
56 B
C++
|
|
#include "iface2.h"
|
|
|
|
int Iface2::foo()
|
|
{
|
|
return 0;
|
|
}
|