mirror of
https://github.com/swaywm/sway.git
synced 2026-04-28 06:46:26 -04:00
7 lines
125 B
CMake
7 lines
125 B
CMake
configure_test(
|
|
SUBPROJECT common
|
|
NAME list
|
|
SOURCES
|
|
${PROJECT_SOURCE_DIR}/common/list.c
|
|
list.c
|
|
)
|