Squashed 'deps/nostalgia/' changes from fbebf4ef..646ab128
646ab128 [nostalgia/gfx] Cleanup 74cf0556 [nostalgia] Cleanup 0d8ba1b1 [nostalgia/gfx] Cleanup formatting mistake 20edbb7f [buildcore] Map aarch64 to arm64 6febc7cc [nostalgia] Fix build b94d6b50 [nostalgia] Remove scene package, finish stubbing out sound b3952cab [nostalgia] Add build upload step to CI 2ffc11b0 Merge commit 'e723ead864edb4bc160e4d69713309174ad9e82e' 96cace2c [studio] Cleanup 472f5702 [nostalgia/gfx/studio/tilesheet] Change max export scale to 135 c0ac4345 [studio] Cleanup git-subtree-dir: deps/nostalgia git-subtree-split: 646ab1283f1f486d301e742459467e7bbfdfc8f5
This commit is contained in:
@@ -1,17 +1,17 @@
|
||||
add_library(
|
||||
StudioAppLib
|
||||
aboutpopup.cpp
|
||||
app.cpp
|
||||
clawviewer.cpp
|
||||
deleteconfirmation.cpp
|
||||
filedialogmanager.cpp
|
||||
main.cpp
|
||||
makecopypopup.cpp
|
||||
newdir.cpp
|
||||
newmenu.cpp
|
||||
newproject.cpp
|
||||
projectexplorer.cpp
|
||||
renamefile.cpp
|
||||
studioapp.cpp
|
||||
studioui.cpp
|
||||
)
|
||||
target_compile_definitions(
|
||||
StudioAppLib PUBLIC
|
||||
|
@@ -11,8 +11,7 @@
|
||||
#include <turbine/turbine.hpp>
|
||||
|
||||
#include <studio/context.hpp>
|
||||
#include <studioapp/studioapp.hpp>
|
||||
#include "studioapp.hpp"
|
||||
#include "studioui.hpp"
|
||||
|
||||
namespace studio {
|
||||
|
@@ -14,7 +14,7 @@
|
||||
#include <studio/configio.hpp>
|
||||
#include "clawviewer.hpp"
|
||||
#include "filedialogmanager.hpp"
|
||||
#include "studioapp.hpp"
|
||||
#include "studioui.hpp"
|
||||
|
||||
namespace studio {
|
||||
|
@@ -44,5 +44,5 @@ install(
|
||||
DIRECTORY
|
||||
../include/studio
|
||||
DESTINATION
|
||||
include/studio/
|
||||
include/studio
|
||||
)
|
||||
|
Reference in New Issue
Block a user