mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03: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
|