diff options
Diffstat (limited to 'utils')
-rw-r--r-- | utils/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/CMakeLists.txt b/utils/CMakeLists.txt index d9dafe7ec..f7ea729a8 100644 --- a/utils/CMakeLists.txt +++ b/utils/CMakeLists.txt @@ -45,6 +45,7 @@ list(APPEND UTILS_SRC if (WIN32) set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} /wd4200 /wd4996") endif () + foreach(util ${UTILS_SRC}) get_filename_component(_util_name ${util} NAME) string(REGEX REPLACE ".cc" "" util_name ${_util_name}) |