mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-28 10:41:15 +00:00
cmake: create LEGO1.DLL instead of libLEGO1.DLL, when using mingw
This commit is contained in:
parent
5307f73243
commit
c923893c61
@ -259,6 +259,7 @@ target_link_libraries(lego1 PRIVATE ddraw dsound dinput dxguid winmm d3drm smack
|
|||||||
|
|
||||||
# Make sure filenames are ALL CAPS
|
# Make sure filenames are ALL CAPS
|
||||||
set_property(TARGET lego1 PROPERTY OUTPUT_NAME LEGO1)
|
set_property(TARGET lego1 PROPERTY OUTPUT_NAME LEGO1)
|
||||||
|
set_property(TARGET lego1 PROPERTY PREFIX "")
|
||||||
set_property(TARGET lego1 PROPERTY SUFFIX ".DLL")
|
set_property(TARGET lego1 PROPERTY SUFFIX ".DLL")
|
||||||
|
|
||||||
if (ISLE_BUILD_APP)
|
if (ISLE_BUILD_APP)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user