[nostalgia/studio] Move BuiltinModules to a cpp file
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user