mirror of
https://github.com/neoStudiosLCE/neoLegacy.git
synced 2026-05-21 21:49:46 +00:00
fix: folderFile common linking
This commit is contained in:
@@ -22,7 +22,7 @@ using namespace std;
|
||||
#include "./GameRules/GameRuleManager.h"
|
||||
#include "../SkinBox.h"
|
||||
#include "../ArchiveFile.h"
|
||||
#include "../FolderFile.h"
|
||||
#include "lce_filesystem/FolderFile.h"
|
||||
|
||||
typedef struct _JoinFromInviteData
|
||||
{
|
||||
|
||||
@@ -278,8 +278,6 @@ source_group("Common/UI" FILES ${_MINECRAFT_CLIENT_COMMON_COMMON_UI})
|
||||
set(_MINECRAFT_CLIENT_COMMON_COMMON_UI_ALL_PLATFORMS
|
||||
"${CMAKE_CURRENT_SOURCE_DIR}/ArchiveFile.cpp"
|
||||
"${CMAKE_CURRENT_SOURCE_DIR}/ArchiveFile.h"
|
||||
"${CMAKE_CURRENT_SOURCE_DIR}/FolderFile.cpp"
|
||||
"${CMAKE_CURRENT_SOURCE_DIR}/FolderFile.h"
|
||||
"${BASE_DIR}/UI/IUIController.h"
|
||||
"${BASE_DIR}/UI/IUIScene_AbstractContainerMenu.cpp"
|
||||
"${BASE_DIR}/UI/IUIScene_AbstractContainerMenu.h"
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
set(_INCLUDE_LCE_FILESYSTEM
|
||||
"${CMAKE_SOURCE_DIR}/include/lce_filesystem/lce_filesystem.cpp"
|
||||
"${CMAKE_SOURCE_DIR}/include/lce_filesystem/lce_filesystem.h"
|
||||
"${CMAKE_SOURCE_DIR}/include/lce_filesystem/FolderFile.cpp"
|
||||
"${CMAKE_SOURCE_DIR}/include/lce_filesystem/FolderFile.h"
|
||||
)
|
||||
source_group("include/lce_filesystem" FILES ${_INCLUDE_LCE_FILESYSTEM})
|
||||
|
||||
@@ -12,4 +14,4 @@ source_group("Common" FILES ${_INCLUDE_BUILDVER})
|
||||
set(SOURCES_COMMON
|
||||
${_INCLUDE_LCE_FILESYSTEM}
|
||||
${_INCLUDE_BUILDVER}
|
||||
)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user