add_subdirectory(Platform/)
add_subdirectory(Window/)

target_sources(Editor
    PRIVATE
        main.cpp)