1 2 3 4 5 6 7 8 9 10
add_subdirectory(common) add_subdirectory(platform) if(WIN32) add_subdirectory(win) endif() add_subdirectory(ui)