mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-26 04:09:35 +03:00
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.
8 lines
59 B
C++
8 lines
59 B
C++
|
|
#include "systemlib.h"
|
|
|
|
SystemStruct::SystemStruct()
|
|
{
|
|
|
|
}
|