add_subdirectory(System/)
add_subdirectory(Window/)

target_sources(Editor
    PRIVATE
        main.cpp)