##// END OF EJS Templates
Redo CMake build system, get Qt5 support...
Redo CMake build system, get Qt5 support Qt5 support as discussed here: 3fbe">http://sourceforge.net/p/pythonqt/discussion/631392/thread/5f20c176/3fbe

File last commit:

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