mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-05 13:20:47 -06:00
10 lines
172 B
C
10 lines
172 B
C
#ifdef TEST_A_H
|
|
# error "TEST_A_H defined"
|
|
#endif
|
|
|
|
#ifndef TEST_ADD_COMPILE_DEFINITIONS
|
|
# error "TEST_ADD_COMPILE_DEFINITIONS not defined"
|
|
#endif
|
|
|
|
extern void a_h(void);
|