mirror of
https://github.com/swaywm/sway.git
synced 2024-11-25 09:21:28 +00:00
8 lines
173 B
CMake
8 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)
|