Files
Sourcetrail/testing/project_setup/cxx_cdb_pch/data/src/pch.h
T
Eberhard Graether c6adbab340 logic: Added PCH support to CDB source groups (issue #311)
* added PCH Flags list and checkbox to reuse compiler flags and cdb flags to source group setup
* added UI tests for C++ and CDB source groups
2019-07-31 00:41:08 +02:00

10 lines
98 B
C

#ifndef PCH_FLAG
#error "PCH_FLAG not defined"
#else
#include "Foo.h"
#include "Bar.h"
#endif