mirror of
https://git.neolegacy.dev/neoStudiosLCE/neoLegacy.git
synced 2026-07-17 19:40:45 +00:00
fix: folderFile common linking
This commit is contained in:
@@ -22,7 +22,7 @@ using namespace std;
|
|||||||
#include "./GameRules/GameRuleManager.h"
|
#include "./GameRules/GameRuleManager.h"
|
||||||
#include "../SkinBox.h"
|
#include "../SkinBox.h"
|
||||||
#include "../ArchiveFile.h"
|
#include "../ArchiveFile.h"
|
||||||
#include "../FolderFile.h"
|
#include "lce_filesystem/FolderFile.h"
|
||||||
|
|
||||||
typedef struct _JoinFromInviteData
|
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
|
set(_MINECRAFT_CLIENT_COMMON_COMMON_UI_ALL_PLATFORMS
|
||||||
"${CMAKE_CURRENT_SOURCE_DIR}/ArchiveFile.cpp"
|
"${CMAKE_CURRENT_SOURCE_DIR}/ArchiveFile.cpp"
|
||||||
"${CMAKE_CURRENT_SOURCE_DIR}/ArchiveFile.h"
|
"${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/IUIController.h"
|
||||||
"${BASE_DIR}/UI/IUIScene_AbstractContainerMenu.cpp"
|
"${BASE_DIR}/UI/IUIScene_AbstractContainerMenu.cpp"
|
||||||
"${BASE_DIR}/UI/IUIScene_AbstractContainerMenu.h"
|
"${BASE_DIR}/UI/IUIScene_AbstractContainerMenu.h"
|
||||||
|
|||||||
@@ -1,6 +1,8 @@
|
|||||||
set(_INCLUDE_LCE_FILESYSTEM
|
set(_INCLUDE_LCE_FILESYSTEM
|
||||||
"${CMAKE_SOURCE_DIR}/include/lce_filesystem/lce_filesystem.cpp"
|
"${CMAKE_SOURCE_DIR}/include/lce_filesystem/lce_filesystem.cpp"
|
||||||
"${CMAKE_SOURCE_DIR}/include/lce_filesystem/lce_filesystem.h"
|
"${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})
|
source_group("include/lce_filesystem" FILES ${_INCLUDE_LCE_FILESYSTEM})
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user