mirror of
https://github.com/vcmi/vcmi.git
synced 2025-06-04 23:17:41 +02:00
fix invalid file ref
This commit is contained in:
parent
f2cddaa21b
commit
bc162f514e
@ -411,7 +411,7 @@ if(APPLE_IOS)
|
|||||||
)
|
)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
assign_source_group(${vcmiclientcommon_SRCS} ${vcmiclientcommon_HEADERS} VCMI_vcmiclientcommon.rc)
|
assign_source_group(${vcmiclientcommon_SRCS} ${vcmiclientcommon_HEADERS})
|
||||||
|
|
||||||
if(ANDROID)
|
if(ANDROID)
|
||||||
add_library(vcmiclientcommon SHARED ${vcmiclientcommon_SRCS} ${vcmiclientcommon_HEADERS})
|
add_library(vcmiclientcommon SHARED ${vcmiclientcommon_SRCS} ${vcmiclientcommon_HEADERS})
|
||||||
@ -443,7 +443,6 @@ if(APPLE_IOS)
|
|||||||
endif()
|
endif()
|
||||||
|
|
||||||
if(WIN32)
|
if(WIN32)
|
||||||
target_sources(vcmiclientcommon PRIVATE "VCMI_clientcommon.rc")
|
|
||||||
set_target_properties(vcmiclientcommon
|
set_target_properties(vcmiclientcommon
|
||||||
PROPERTIES
|
PROPERTIES
|
||||||
OUTPUT_NAME "VCMI_vcmiclientcommon"
|
OUTPUT_NAME "VCMI_vcmiclientcommon"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user