diff options
author | Bottinator22 <59987380+Bottinator22@users.noreply.github.com> | 2024-12-18 18:10:07 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-12-18 18:10:07 -0800 |
commit | 1d80822543c5f7cf949385a4a920538027f8f4ea (patch) | |
tree | 2edfc7aaa5f25c7edd2ef8d98cae72cd2a8ed871 /source/client | |
parent | b7aa4f6da681752eeba59750715baa01aa3654e0 (diff) |
Update CMakeLists.txt
Diffstat (limited to 'source/client')
-rw-r--r-- | source/client/CMakeLists.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/source/client/CMakeLists.txt b/source/client/CMakeLists.txt index 57b8231..a6773d3 100644 --- a/source/client/CMakeLists.txt +++ b/source/client/CMakeLists.txt @@ -12,10 +12,12 @@ INCLUDE_DIRECTORIES ( SET (star_client_HEADERS StarClientApplication.hpp + StarRenderingLuaBindings.hpp ) SET (star_client_SOURCES StarClientApplication.cpp + StarRenderingLuaBindings.cpp ) IF (STAR_SYSTEM_WINDOWS) @@ -37,4 +39,4 @@ IF(UNIX) set_target_properties (starbound PROPERTIES LINK_FLAGS "-Wl,-rpath,'$ORIGIN'") ENDIF() -TARGET_LINK_LIBRARIES (starbound ${STAR_EXT_LIBS} ${STAR_EXT_GUI_LIBS})
\ No newline at end of file +TARGET_LINK_LIBRARIES (starbound ${STAR_EXT_LIBS} ${STAR_EXT_GUI_LIBS}) |