mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-11 15:22:16 +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/tanh.c
|
||||||
math/fastsin.cpp
|
math/fastsin.cpp
|
||||||
zzautozend.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)
|
set_source_files_properties( ${CODEGENOBJ_SOURCES} PROPERTIES EXTERNAL_OBJECT true GENERATED true)
|
||||||
|
|
Loading…
Reference in a new issue