[nostalgia/studio] Add studio::Editor type as base type for editors

This commit is contained in:
2019-12-06 19:22:07 -06:00
parent a8bed71255
commit 641c6ae637
3 changed files with 4 additions and 5 deletions
+2
View File
@@ -3,6 +3,7 @@ set(CMAKE_AUTOMOC ON)
add_library(
NostalgiaStudio SHARED
editor.cpp
json_read.cpp
json_write.cpp
wizard.cpp
@@ -23,6 +24,7 @@ target_link_libraries(
install(
FILES
editor.hpp
json.hpp
json_err.hpp
json_read.hpp