##// END OF EJS Templates
fix PythonQt*Config.cmake _again_
fix PythonQt*Config.cmake _again_

File last commit:

r205:706df4355685
r214:10ef09a17283 master
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)