Update CMakeLists.txt
This commit is contained in:
parent
b7aa4f6da6
commit
1d80822543
@ -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})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user