##// END OF EJS Templates
Ugly Qt5.2 fix.
Ugly Qt5.2 fix.

File last commit:

r0:983744ce1d13 default
r3:9a23b5d8fd9b default
Show More
rpp.cmake
22 lines | 526 B | text/x-cmake | CMakeLexer
LIST(APPEND SOURCES
${RXXPATH}/rpp/preprocessor.cpp
)
LIST(APPEND HEADERS
${RXXPATH}/rpp/pp-cctype.h
${RXXPATH}/rpp/pp-engine-bits.h
${RXXPATH}/rpp/pp-engine.h
${RXXPATH}/rpp/pp-environment.h
${RXXPATH}/rpp/pp-fwd.h
${RXXPATH}/rpp/pp-internal.h
${RXXPATH}/rpp/pp-iterator.h
${RXXPATH}/rpp/pp-macro-expander.h
${RXXPATH}/rpp/pp-macro.h
${RXXPATH}/rpp/pp-scanner.h
${RXXPATH}/rpp/pp-string.h
${RXXPATH}/rpp/pp-symbol.h
${RXXPATH}/rpp/pp.h
${RXXPATH}/rpp/preprocessor.h
)
LIST(APPEND INCLUDEPATH ${RXXPATH}/rpp)