Skip to content

Commit

Permalink
Update CMake
Browse files Browse the repository at this point in the history
  • Loading branch information
Madman10K committed Aug 30, 2023
1 parent 7cef22d commit 95cef99
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 @@ -314,8 +314,8 @@ else()
endif()

if (USE_THEME_MODULE)
file(GLOB_RECURSE UTHEME_SRC "Framework/Modules/Theming/*.cpp")
file(GLOB_RECURSE UTHEME_HEAD "Framework/Modules/Theming/*.hpp")
file(GLOB_RECURSE UTHEME_SRC "Framework/Modules/Theming/UTheme.cpp")
file(GLOB_RECURSE UTHEME_HEAD "Framework/Modules/Theming/UTheme.hpp")
else()
file(GLOB_RECURSE UTHEME_SRC )
file(GLOB_RECURSE UTHEME_HEAD )
Expand Down

0 comments on commit 95cef99

Please sign in to comment.