mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-11 07:12:02 +00:00
- 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:
parent
7346288bf5
commit
f25e5c738c
1 changed files with 1 additions and 1 deletions
|
@ -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 )
|
||||
|
|
Loading…
Reference in a new issue