diff options
author | Kae <80987908+Novaenia@users.noreply.github.com> | 2024-03-09 04:42:26 +1100 |
---|---|---|
committer | Kae <80987908+Novaenia@users.noreply.github.com> | 2024-03-09 04:42:26 +1100 |
commit | 1cf7baa317e341a3fbca77454aa21a13440470ed (patch) | |
tree | 7d02b80f2dd24aee9fed554fa8d3de4835109d26 /source/CMakeLists.txt | |
parent | e156fa633564e3ce31a65752a9c5ae6fd87efc38 (diff) |
Update CMakeLists.txt
Diffstat (limited to 'source/CMakeLists.txt')
-rw-r--r-- | source/CMakeLists.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/source/CMakeLists.txt b/source/CMakeLists.txt index e307e78..770c82e 100644 --- a/source/CMakeLists.txt +++ b/source/CMakeLists.txt @@ -465,7 +465,10 @@ if(STAR_BUILD_GUI) find_package(GLEW REQUIRED) include_directories(SYSTEM ${GLEW_INCLUDE_DIR}) - set(STAR_EXT_GUI_LIBS ${STAR_EXT_GUI_LIBS} ${OPENGL_LIBRARY} ${GLEW_LIBRARY}) + set(STAR_EXT_GUI_LIBS ${STAR_EXT_GUI_LIBS} + ${OPENGL_LIBRARY} + GLEW::glew_s + ) if(STAR_SYSTEM_MACOS) set(STAR_EXT_GUI_LIBS ${STAR_EXT_GUI_LIBS} "-framework CoreAudio") |