1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-02-15 13:33:36 +02:00

fix invalid file ref

This commit is contained in:
Simeon Manolov 2024-08-14 19:26:58 +03:00
parent f2cddaa21b
commit bc162f514e
No known key found for this signature in database
GPG Key ID: 0AAC6D4A304B5635
2 changed files with 1 additions and 2 deletions

View File

@ -411,7 +411,7 @@ if(APPLE_IOS)
)
endif()
assign_source_group(${vcmiclientcommon_SRCS} ${vcmiclientcommon_HEADERS} VCMI_vcmiclientcommon.rc)
assign_source_group(${vcmiclientcommon_SRCS} ${vcmiclientcommon_HEADERS})
if(ANDROID)
add_library(vcmiclientcommon SHARED ${vcmiclientcommon_SRCS} ${vcmiclientcommon_HEADERS})
@ -443,7 +443,6 @@ if(APPLE_IOS)
endif()
if(WIN32)
target_sources(vcmiclientcommon PRIVATE "VCMI_clientcommon.rc")
set_target_properties(vcmiclientcommon
PROPERTIES
OUTPUT_NAME "VCMI_vcmiclientcommon"