a63fcbcb9f
Introduce a target property to control this behavior variable to set the default value for the target property. This does not affect try_compile runs.
10 lines
81 B
C++
10 lines
81 B
C++
|
|
#include "systemlib.h"
|
|
|
|
int main()
|
|
{
|
|
SystemStruct s;
|
|
(void)s;
|
|
return 0;
|
|
}
|