gdl/gdl-antlr.patch

23 lines
986 B
Diff
Raw Permalink Normal View History

2019-09-17 13:43:38 +00:00
diff -up gdl-287007567ba3998b4b70119025c3def86bdef649/src/CMakeLists.txt.antlr gdl-287007567ba3998b4b70119025c3def86bdef649/src/CMakeLists.txt
--- gdl-287007567ba3998b4b70119025c3def86bdef649/src/CMakeLists.txt.antlr 2019-09-16 03:51:53.000000000 -0600
+++ gdl-287007567ba3998b4b70119025c3def86bdef649/src/CMakeLists.txt 2019-09-16 21:13:52.240535555 -0600
@@ -291,9 +291,7 @@ sax.cpp
2011-03-18 22:15:03 +00:00
)
2019-09-17 13:43:38 +00:00
endif(USE_EXPAT)
2011-03-18 22:15:03 +00:00
-add_subdirectory(antlr)
-
2011-04-15 16:57:21 +00:00
-include_directories(${CMAKE_SOURCE_DIR} ${CMAKE_SOURCE_DIR}/src ${CMAKE_SOURCE_DIR}/src/antlr ${CMAKE_BINARY_DIR})
+include_directories(${CMAKE_SOURCE_DIR} ${CMAKE_SOURCE_DIR}/src ${CMAKE_BINARY_DIR})
2011-03-18 22:15:03 +00:00
link_directories(${LINK_DIRECTORIES})
2017-01-06 18:07:52 +00:00
if(PYTHON_MODULE) #GDL.so
2019-09-17 13:43:38 +00:00
@@ -308,7 +306,6 @@ else(PYTHON_MODULE) #GDL.so
2011-04-15 16:57:21 +00:00
add_executable(gdl ${SOURCES})
endif(PYTHON_MODULE)
-add_dependencies(gdl antlr) # be sure that antlr is built before gdl
target_link_libraries(gdl antlr) # link antlr against gdl
2014-10-09 22:45:38 +00:00
if (MINGW)
target_link_libraries(gdl ws2_32)