Files
wlrootspp/examples/CMakeLists.txt
T
AstralZX 29de856eaf revert the testWM thing, it was never needed
scrap the tiling demo and its cmake target. dead end, moving on.
2026-08-29 10:03:48 +02:00

7 lines
178 B
CMake

add_executable(scene_demo scene_demo.cpp)
target_link_libraries(scene_demo PRIVATE wlrootspp)
add_executable(tinywl tinywl.cpp)
target_link_libraries(tinywl PRIVATE wlrootspp)