Skip to content

Commit

Permalink
fix: update CMakeLists.txt to use singleton_config.h instead of config.h
Browse files Browse the repository at this point in the history
  • Loading branch information
MasterLaplace committed Nov 16, 2024
1 parent c21c08f commit def077e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ set(MAIN_PROJECT OFF)

if (CMAKE_C_COMPILER)
set(HEADERS
config.h
singleton_config.h
singleton.h
)
else()
set(HEADERS
config.h
singleton_config.h
Singleton.hpp
)
endif()
Expand Down

0 comments on commit def077e

Please sign in to comment.