mirror of
https://github.com/Kitware/CMake.git
synced 2025-10-16 14:08:35 +08:00

Revise the test itself to work in all configurations and verify that certain sources are only built by whatever configuration is tested.
11 lines
106 B
C
11 lines
106 B
C
|
|
int iface_src();
|
|
|
|
#ifdef CFG_DEBUG
|
|
int iface_debug();
|
|
#endif
|
|
|
|
#ifdef CFG_OTHER
|
|
int iface_other();
|
|
#endif
|