[nostalgia/studio] Move BuiltinModules to a cpp file

This commit is contained in:
2023-06-02 20:14:51 -05:00
parent db3f29d52f
commit be7b32906f
3 changed files with 27 additions and 20 deletions
+1 -7
View File
@@ -3,6 +3,7 @@ set(CMAKE_INCLUDE_CURRENT_DIR ON)
add_executable(
nostalgia-studio MACOSX_BUNDLE
aboutpopup.cpp
builtinmodules.cpp
clawviewer.cpp
filedialogmanager.cpp
main.cpp
@@ -31,13 +32,6 @@ if(APPLE)
set_target_properties(nostalgia-studio PROPERTIES MACOSX_BUNDLE_INFO_PLIST ${CMAKE_CURRENT_SOURCE_DIR}/Info.plist)
endif()
install(
FILES
nostalgia-studio.json
DESTINATION
${NOSTALGIA_DIST_RESOURCES}
)
install(
FILES
ns_logo128.png