mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-11 15:21:51 +00:00
- Fixed: Linker now searches for r_drawerasm.obj in the proper place. This probably broke on Mac and Linux. :(
This commit is contained in:
parent
37078f7fef
commit
17c4c4a384
1 changed files with 1 additions and 1 deletions
|
@ -1506,7 +1506,7 @@ add_executable( zdoom WIN32 MACOSX_BUNDLE
|
|||
math/tanh.c
|
||||
math/fastsin.cpp
|
||||
zzautozend.cpp
|
||||
r_drawersasm.obj
|
||||
${CMAKE_BINARY_DIR}/src/r_drawersasm.obj
|
||||
)
|
||||
|
||||
set_source_files_properties( ${CODEGENOBJ_SOURCES} PROPERTIES EXTERNAL_OBJECT true GENERATED true)
|
||||
|
|
Loading…
Reference in a new issue