mirror of
https://github.com/swaywm/sway.git
synced 2024-11-25 17:31:28 +00:00
8 lines
125 B
CMake
8 lines
125 B
CMake
|
configure_test(
|
||
|
SUBPROJECT common
|
||
|
NAME list
|
||
|
SOURCES
|
||
|
${PROJECT_SOURCE_DIR}/common/list.c
|
||
|
list.c
|
||
|
)
|