[nostalgia/studio] Add save action and cleanup
This commit is contained in:
@@ -2,6 +2,8 @@ set(CMAKE_INCLUDE_CURRENT_DIR ON)
|
||||
|
||||
add_executable(
|
||||
nostalgia-studio MACOSX_BUNDLE
|
||||
json_read.cpp
|
||||
json_write.cpp
|
||||
main.cpp
|
||||
mainwindow.cpp
|
||||
oxfstreeview.cpp
|
||||
@@ -32,4 +34,19 @@ install(
|
||||
BUNDLE DESTINATION .
|
||||
)
|
||||
|
||||
add_executable(
|
||||
NostalgiaStudioJsonTest
|
||||
json_read.cpp
|
||||
json_write.cpp
|
||||
json_test.cpp
|
||||
)
|
||||
|
||||
target_link_libraries(
|
||||
NostalgiaStudioJsonTest
|
||||
OxStd
|
||||
Qt5::Widgets
|
||||
)
|
||||
|
||||
add_test("Test\\ NostalgiaStudioJson" NostalgiaStudioJsonTest)
|
||||
|
||||
add_subdirectory(lib)
|
||||
|
||||
Reference in New Issue
Block a user