NOISSUE attempt to fix build on macOS
This commit is contained in:
@ -452,10 +452,10 @@ set(FLAME_SOURCES
|
||||
)
|
||||
|
||||
set(MODPACKSCH_SOURCES
|
||||
modplatform/modpacksch/PackInstallTask.h
|
||||
modplatform/modpacksch/PackInstallTask.cpp
|
||||
modplatform/modpacksch/PackManifest.h
|
||||
modplatform/modpacksch/PackManifest.cpp
|
||||
modplatform/modpacksch/FTBPackInstallTask.h
|
||||
modplatform/modpacksch/FTBPackInstallTask.cpp
|
||||
modplatform/modpacksch/FTBPackManifest.h
|
||||
modplatform/modpacksch/FTBPackManifest.cpp
|
||||
)
|
||||
|
||||
add_unit_test(Index
|
||||
|
@ -1,4 +1,4 @@
|
||||
#include "PackInstallTask.h"
|
||||
#include "FTBPackInstallTask.h"
|
||||
|
||||
#include "BuildConfig.h"
|
||||
#include "FileSystem.h"
|
@ -1,6 +1,6 @@
|
||||
#pragma once
|
||||
|
||||
#include "PackManifest.h"
|
||||
#include "FTBPackManifest.h"
|
||||
|
||||
#include "InstanceTask.h"
|
||||
#include "multimc_logic_export.h"
|
@ -1,4 +1,4 @@
|
||||
#include "PackManifest.h"
|
||||
#include "FTBPackManifest.h"
|
||||
|
||||
#include "Json.h"
|
||||
|
Reference in New Issue
Block a user