mirror of
https://github.com/neoStudiosLCE/neoLegacy.git
synced 2026-07-06 10:37:03 +00:00
fix: folderFile common linking
This commit is contained in:
parent
4d10af2ccb
commit
e77458b7e8
|
|
@ -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})
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue