- Fixed: Linker now searches for r_drawerasm.obj in the proper place. This probably broke on Mac and Linux. :(

This commit is contained in:
Rachael Alexanderson 2016-11-28 20:29:57 -05:00
parent 37078f7fef
commit 17c4c4a384

View file

@ -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)