mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-20 21:28:23 -05:00
27fd172d8d
Fixes: #23732
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);
|