##// END OF EJS Templates
Modify typesystems to #ifdef PyString
Modify typesystems to #ifdef PyString

File last commit:

r205:706df4355685
r210:d5ac67324004
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)