Skip to content

Commit

Permalink
Renamed Solution to TrenchBroomBFG
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertBeckebans committed Dec 28, 2024
1 parent 33102ba commit 662ac19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ set(CMAKE_CXX_STANDARD_REQUIRED ON)
set(CMAKE_CXX_EXTENSIONS OFF)

# Using C and CXX because GLEW is C
project(TrenchBroom C CXX)
project(TrenchBroomBFG C CXX)

# Configure CCache if available and requested
if(TB_ENABLE_CCACHE)
Expand Down

0 comments on commit 662ac19

Please sign in to comment.