Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
cbc174013eedab79f57278cc295805db2dc06601
/
.
/
cmake
/
split_list.cmake
blob: 67aed3fdc8579b7d9a6f06a73fa9b6844976e691 [
file
] [
log
] [
blame
]
Austin Schuh
cbc1740
2019-01-21 21:00:30 -0800
[
diff
] [
blame^
]
1
macro
(
split_list listname
)
2
string
(
REPLACE
";"
" "
$
{
listname
}
"${${listname}}"
)
3
endmacro
()