Update CMakeLists.txt

This commit is contained in:
Bottinator22 2024-12-18 18:10:07 -08:00 committed by GitHub
parent b7aa4f6da6
commit 1d80822543
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,10 +12,12 @@ INCLUDE_DIRECTORIES (
SET (star_client_HEADERS SET (star_client_HEADERS
StarClientApplication.hpp StarClientApplication.hpp
StarRenderingLuaBindings.hpp
) )
SET (star_client_SOURCES SET (star_client_SOURCES
StarClientApplication.cpp StarClientApplication.cpp
StarRenderingLuaBindings.cpp
) )
IF (STAR_SYSTEM_WINDOWS) IF (STAR_SYSTEM_WINDOWS)
@ -37,4 +39,4 @@ IF(UNIX)
set_target_properties (starbound PROPERTIES LINK_FLAGS "-Wl,-rpath,'$ORIGIN'") set_target_properties (starbound PROPERTIES LINK_FLAGS "-Wl,-rpath,'$ORIGIN'")
ENDIF() ENDIF()
TARGET_LINK_LIBRARIES (starbound ${STAR_EXT_LIBS} ${STAR_EXT_GUI_LIBS}) TARGET_LINK_LIBRARIES (starbound ${STAR_EXT_LIBS} ${STAR_EXT_GUI_LIBS})