80ca9c4b41
This method reads generator expressions from the COMPILE_OPTIONS target property, as well as INTERFACE_COMPILE_OPTIONS from linked dependents.
12 lines
140 B
C++
12 lines
140 B
C++
|
|
#ifdef DO_GNU_TESTS
|
|
# ifndef TEST_DEFINE
|
|
# error Expected TEST_DEFINE
|
|
# endif
|
|
#endif
|
|
|
|
int main(int argc, char **argv)
|
|
{
|
|
return 0;
|
|
}
|