Skip to content

Commit

Permalink
🔧 Removed SourceFileUtils (Chatterino#2571)
Browse files Browse the repository at this point in the history
Not needed anymore from version 3.8 of CMake (which is our minimum required)
  • Loading branch information
AnotherFoxGuy authored Apr 3, 2021
1 parent da4a0dd commit 19d9791
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 83 deletions.
80 changes: 0 additions & 80 deletions cmake/SourceFileUtils.cmake

This file was deleted.

4 changes: 1 addition & 3 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
include(SourceFileUtils)

set(SOURCE_FILES main.cpp
Application.cpp
Application.hpp
Expand Down Expand Up @@ -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})

Expand Down

0 comments on commit 19d9791

Please sign in to comment.