# ⤵️ Add your dependency as a git submodule:
git submodule add https://github.com/alaingalvan/crosswindow.git
# ⤵️ Add to your CMake Project:
add_subdirectory(external/crosswindow)
# 🔗 Link CrossWindow to your project:
target_link_libraries(
"${PROJECT_NAME}"
CrossWindow
)
Cross Window is a cross platform system abstraction library for managing windows and performing OS tasks. It's designed to be easy to integrate, intuitive, and support everything you might need for your apps.
CrossWindow supports a variety of platforms, including:
Windows Win32 Mac Cocoa iOS / iPad OS UIKit Linux XCB Android WebAssembly Emscripten Noop (Headless)