You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
set(MODULE_NAME pipes)
|
|
|
|
set(${MODULE_NAME}_SOURCES
|
|
main.cpp
|
|
test_pipe_read_write.cpp
|
|
test_pipe_info.cpp
|
|
test_pipe_limits.cpp
|
|
test_pipe_query_functions.cpp
|
|
test_pipe_readwrite_errors.cpp
|
|
test_pipe_subgroups.cpp
|
|
)
|
|
|
|
include(../CMakeCommon.txt)
|