We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d523d3 commit 2f3fb6aCopy full SHA for 2f3fb6a
CMakeLists.txt
@@ -127,6 +127,7 @@ install (FILES ${CMAKE_CURRENT_BINARY_DIR}/swigwarn.swg DESTINATION ${SWIG_LIB})
127
# ---------
128
file (GLOB DOH_SOURCES ${SWIG_SOURCE_DIR}/DOH/*.c)
129
file (GLOB CPARSE_SOURCES ${SWIG_SOURCE_DIR}/CParse/*.c)
130
+list (REMOVE_ITEM CPARSE_SOURCES ${SWIG_SOURCE_DIR}/CParse/parser.c)
131
list (APPEND CPARSE_SOURCES)
132
file (GLOB PREPROCESSOR_SOURCES ${SWIG_SOURCE_DIR}/Preprocessor/*.c)
133
file (GLOB CORE_SOURCES ${SWIG_SOURCE_DIR}/Swig/*.c)
0 commit comments