Skip to content

Commit

Permalink
fix cmake order
Browse files Browse the repository at this point in the history
  • Loading branch information
sjrc6 committed Nov 30, 2024
1 parent b86790b commit 9f36aee
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2405,13 +2405,11 @@ if(CLIENT)
components/spectator.h
components/statboard.cpp
components/statboard.h
components/tooltips.cpp
components/tooltips.h
components/tclient/outlines.cpp
components/tclient/outlines.h
components/tclient/bindwheel.cpp
components/tclient/bindwheel.h
components/tclient/menus_tclient.cpp
components/tclient/outlines.cpp
components/tclient/outlines.h
components/tclient/player_indicator.cpp
components/tclient/player_indicator.h
components/tclient/rainbow.cpp
Expand All @@ -2422,6 +2420,8 @@ if(CLIENT)
components/tclient/tater.h
components/tclient/verify.cpp
components/tclient/verify.h
components/tooltips.cpp
components/tooltips.h
components/voting.cpp
components/voting.h
gameclient.cpp
Expand Down

0 comments on commit 9f36aee

Please sign in to comment.