CMake/Tests/ObjectLibrary/A/a.h

7 lines
89 B
C

#ifndef A
# error "A not defined"
#endif
#ifdef B
# error "B must not be defined"
#endif