- 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
1 changed files with 1 additions and 1 deletions

View File

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