- fixed compilation of Linux targets

src/../libraries/gdtoa/gdtoa.h:67:19: fatal error: arith.h: No such file or directory
# Conflicts:
#	src/CMakeLists.txt
This commit is contained in:
alexey.lysiuk 2019-07-14 22:29:38 +03:00 committed by drfrag
parent 1556e6620c
commit a095ffde39

View file

@ -1374,7 +1374,7 @@ include_directories( .
scripting/vm
../libraries/gdtoa
../libraries/dumb/include
${CMAKE_BINARY_DIR}/gdtoa
${CMAKE_BINARY_DIR}/libraries/gdtoa
${SYSTEM_SOURCES_DIR} )
add_dependencies( zdoom revision_check )