mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-07-05 12:56:58 +03:00
NOISSUE attempt to fix build on macOS
This commit is contained in:
parent
b0f5f4cb13
commit
c6c9feb3a2
7 changed files with 9 additions and 9 deletions
|
|
@ -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"
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue