summaryrefslogtreecommitdiff
path: root/Tests/CMakeCommands/target_link_libraries/compile_only.cpp
blob: 7519bd0c6e43c71d11d6cd88664c1e43a56f7994 (plain)
1
2
3
4
5
6
7
8

#ifndef USE_EXAMPLE
#  error "Missing propagated define"
#endif

// Solaris needs non-empty content so ensure
// we have at least one symbol
int Solaris_requires_a_symbol_here = 0;