mirror of
https://github.com/swaywm/sway.git
synced 2026-04-28 06:46:26 -04:00
7 lines
173 B
CMake
7 lines
173 B
CMake
set(test_targets "")
|
|
|
|
add_subdirectory(common)
|
|
|
|
add_custom_target(check
|
|
WORKING_DIRECTORY ${CMAKE_RUNTIME_OUTPUT_DIRECTORY}
|
|
COMMAND ${CMAKE_SOURCE_DIR}/test/runner)
|