mirror of
https://github.com/neoStudiosLCE/neoLegacy.git
synced 2026-06-12 15:02:59 +00:00
fix: remove files from cmake lists [part 1]
This commit is contained in:
parent
34504b7b93
commit
cd4be68e90
|
|
@ -23,7 +23,7 @@ set(MINECRAFT_CLIENT_SOURCES
|
|||
${SOURCES_COMMON}
|
||||
)
|
||||
|
||||
add_executable(Minecraft.Client ${MINECRAFT_CLIENT_SOURCES} "Common/UI/UIScene_AchievementsMenu.cpp" "Common/UI/UIScene_AchievementsMenu.h" "Common/UI/UIControl_AchievementsList.cpp" "Common/UI/UIControl_AchievementsList.h")
|
||||
add_executable(Minecraft.Client ${MINECRAFT_CLIENT_SOURCES})
|
||||
set(MINECRAFT_CLIENT_COMPILETIME_STRINGS_HEADER "${CMAKE_CURRENT_SOURCE_DIR}/${PLATFORM_NAME}Media/strings.h")
|
||||
if(PLATFORM_NAME STREQUAL "Windows64")
|
||||
set(MINECRAFT_CLIENT_COMPILETIME_STRINGS_HEADER "${CMAKE_BINARY_DIR}/generated/Windows64Media/strings.h")
|
||||
|
|
|
|||
Loading…
Reference in a new issue