- fixed compilation of Linux targets

src/../libraries/gdtoa/gdtoa.h:67:19: fatal error: arith.h: No such file or directory
This commit is contained in:
alexey.lysiuk 2019-07-14 22:29:38 +03:00 committed by GitHub
parent 7346288bf5
commit f25e5c738c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1408,7 +1408,7 @@ include_directories( .
../libraries/dumb/include
../libraries/glslang/glslang/Public
../libraries/glslang/spirv
${CMAKE_BINARY_DIR}/gdtoa
${CMAKE_BINARY_DIR}/libraries/gdtoa
${SYSTEM_SOURCES_DIR} )
add_dependencies( zdoom revision_check )