[nostalgia,studio] Make studio a library
This commit is contained in:
@@ -2,25 +2,15 @@ set(CMAKE_INCLUDE_CURRENT_DIR ON)
|
||||
|
||||
add_executable(
|
||||
nostalgia-studio MACOSX_BUNDLE
|
||||
aboutpopup.cpp
|
||||
builtinmodules.cpp
|
||||
clawviewer.cpp
|
||||
filedialogmanager.cpp
|
||||
main.cpp
|
||||
newmenu.cpp
|
||||
projectexplorer.cpp
|
||||
projecttreemodel.cpp
|
||||
studioapp.cpp
|
||||
)
|
||||
|
||||
target_link_libraries(
|
||||
nostalgia-studio
|
||||
OxClArgs
|
||||
OxLogConn
|
||||
NostalgiaAppModules
|
||||
NostalgiaStudio
|
||||
NostalgiaCore-Studio
|
||||
NostalgiaScene-Studio
|
||||
StudioAppLib
|
||||
)
|
||||
|
||||
if(CMAKE_BUILD_TYPE STREQUAL "Release" AND NOT WIN32)
|
||||
@@ -45,6 +35,4 @@ install(
|
||||
RUNTIME DESTINATION
|
||||
${NOSTALGIA_DIST_BIN}
|
||||
BUNDLE DESTINATION .
|
||||
)
|
||||
|
||||
add_subdirectory(lib)
|
||||
)
|
||||
Reference in New Issue
Block a user