7 lines
259 B
CMake
7 lines
259 B
CMake
# Standalone smoke for the AltSnap viewport-jitter regression. No registry
|
|
# functions linked: this is a pure framework test. Built always so it gets
|
|
# cross-compiled to Windows alongside the rest of the apps.
|
|
add_imgui_app(altsnap_jitter_test
|
|
main.cpp
|
|
)
|