Update CMakeLists.txt
This commit is contained in:
parent
bf6969dc7d
commit
9cff2ce433
@ -55,6 +55,7 @@ SET (star_frontend_HEADERS
|
|||||||
StarSimpleTooltip.hpp
|
StarSimpleTooltip.hpp
|
||||||
StarSongbookInterface.hpp
|
StarSongbookInterface.hpp
|
||||||
StarStatusPane.hpp
|
StarStatusPane.hpp
|
||||||
|
StarShadersMenu.hpp
|
||||||
StarTeleportDialog.hpp
|
StarTeleportDialog.hpp
|
||||||
StarVoice.hpp
|
StarVoice.hpp
|
||||||
StarVoiceLuaBindings.hpp
|
StarVoiceLuaBindings.hpp
|
||||||
@ -107,6 +108,7 @@ SET (star_frontend_SOURCES
|
|||||||
StarSimpleTooltip.cpp
|
StarSimpleTooltip.cpp
|
||||||
StarSongbookInterface.cpp
|
StarSongbookInterface.cpp
|
||||||
StarStatusPane.cpp
|
StarStatusPane.cpp
|
||||||
|
StarShadersMenu.cpp
|
||||||
StarTeleportDialog.cpp
|
StarTeleportDialog.cpp
|
||||||
StarVoice.cpp
|
StarVoice.cpp
|
||||||
StarVoiceLuaBindings.cpp
|
StarVoiceLuaBindings.cpp
|
||||||
@ -118,4 +120,4 @@ ADD_LIBRARY (star_frontend OBJECT ${star_frontend_SOURCES} ${star_frontend_HEADE
|
|||||||
|
|
||||||
IF(STAR_PRECOMPILED_HEADERS)
|
IF(STAR_PRECOMPILED_HEADERS)
|
||||||
TARGET_PRECOMPILE_HEADERS (star_frontend REUSE_FROM star_core)
|
TARGET_PRECOMPILE_HEADERS (star_frontend REUSE_FROM star_core)
|
||||||
ENDIF()
|
ENDIF()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user