Skip to content

Commit a48eb40

Browse files
committed
actually build openiss
1 parent 563e07f commit a48eb40

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Diff for: CMakeLists.txt

+3-1
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,13 @@ endif()
4949
include(BuildGLEW)
5050
include(BuildGLFW)
5151
include(BuildGLM)
52+
include(BuildSTB)
53+
include(BuildOpenISS)
5254

5355
set(EXEC SunRay)
5456
file(GLOB_RECURSE SRC src/*.cpp)
5557
add_executable(${EXEC} ${SRC})
56-
target_link_libraries(${EXEC} OpenGL::GL glew_s glfw glm)
58+
target_link_libraries(${EXEC} OpenGL::GL glew_s glfw glm openiss stb)
5759
list(APPEND BIN ${EXEC})
5860

5961
add_custom_command(TARGET SunRay POST_BUILD

0 commit comments

Comments
 (0)