2016-10-30 18:24:19 +01:00

4 lines
74 B
CMake

set(ARGC 1)
cmake_parse_arguments(PARSE_ARGV 0 pref "" "" "")
unset(ARGC)