##// END OF EJS Templates
Start Python 3.x Port...
Start Python 3.x Port The main python interpreter works, BUT: Many tests still fail, Qt integration is broken

File last commit:

r205:706df4355685
r206:316b4928f53f
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)