MCPcopy Create free account
hub / github.com/Kitware/CMake / TestTargetCompileFlags

Function TestTargetCompileFlags

Tests/Complex/Executable/testcflags.c:3–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1#include <string.h>
2
3int TestTargetCompileFlags(char* m)
4{
5#ifndef COMPLEX_TARGET_FLAG
6 strcpy(m, "CMAKE SET_TARGET_PROPERTIES COMPILE_FLAGS did not work");
7 return 0;
8#endif
9 strcpy(m, "CMAKE SET_TARGET_PROPERTIES COMPILE_FLAGS worked");
10 return 1;
11}
12
13int TestCFlags(char* m)
14{

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…