mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2025-01-31 04:20:34 +00:00
- 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:
parent
1556e6620c
commit
a095ffde39
1 changed files with 1 additions and 1 deletions
|
@ -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 )
|
||||
|
|
Loading…
Reference in a new issue