🔧 Removed SourceFileUtils (#2571)

Not needed anymore from version 3.8 of CMake (which is our minimum required)
This commit is contained in:
Edgar
2021-04-03 16:49:24 +02:00
committed by GitHub
parent da4a0ddf90
commit 19d9791cba
2 changed files with 1 additions and 83 deletions
+1 -3
View File
@@ -1,5 +1,3 @@
include(SourceFileUtils)
set(SOURCE_FILES main.cpp
Application.cpp
Application.hpp
@@ -459,7 +457,7 @@ elseif (APPLE)
endif ()
# Generate source groups for use in IDEs
generate_source_groups(${SOURCE_FILES})
source_group(TREE ${CMAKE_SOURCE_DIR} FILES ${SOURCE_FILES})
add_executable(${PROJECT_NAME} ${SOURCE_FILES})