diff options
author | Bottinator22 <59987380+Bottinator22@users.noreply.github.com> | 2024-12-18 22:30:16 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-12-18 22:30:16 -0800 |
commit | 9cff2ce433b676b10aad43e6304fb0c5216cbb39 (patch) | |
tree | cd8f2e6b690137b17849125e863a91aa305de3c3 | |
parent | bf6969dc7df8a8f979085971d84a870d09528f85 (diff) |
Update CMakeLists.txt
-rw-r--r-- | source/frontend/CMakeLists.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/source/frontend/CMakeLists.txt b/source/frontend/CMakeLists.txt index 0934308..b619e90 100644 --- a/source/frontend/CMakeLists.txt +++ b/source/frontend/CMakeLists.txt @@ -55,6 +55,7 @@ SET (star_frontend_HEADERS StarSimpleTooltip.hpp StarSongbookInterface.hpp StarStatusPane.hpp + StarShadersMenu.hpp StarTeleportDialog.hpp StarVoice.hpp StarVoiceLuaBindings.hpp @@ -107,6 +108,7 @@ SET (star_frontend_SOURCES StarSimpleTooltip.cpp StarSongbookInterface.cpp StarStatusPane.cpp + StarShadersMenu.cpp StarTeleportDialog.cpp StarVoice.cpp StarVoiceLuaBindings.cpp @@ -118,4 +120,4 @@ ADD_LIBRARY (star_frontend OBJECT ${star_frontend_SOURCES} ${star_frontend_HEADE IF(STAR_PRECOMPILED_HEADERS) TARGET_PRECOMPILE_HEADERS (star_frontend REUSE_FROM star_core) -ENDIF()
\ No newline at end of file +ENDIF() |