use oneTBB library

pull/1/head
EmaMaker 2023-04-29 14:54:09 +02:00
parent 52537715ef
commit 1d3132cf3c
1 changed files with 1 additions and 1 deletions

View File

@ -5,5 +5,5 @@ set(SOURCE_FILES main.cpp chunk.cpp chunkmanager.cpp chunkmesher.cpp chunkgenera
add_executable(OpenGLTest ${SOURCE_FILES}) add_executable(OpenGLTest ${SOURCE_FILES})
target_link_libraries(OpenGLTest glfw glad glm) target_link_libraries(OpenGLTest glfw tbb glad glm)
install(TARGETS OpenGLTest DESTINATION ${DIVISIBLE_INSTALL_BIN_DIR}) install(TARGETS OpenGLTest DESTINATION ${DIVISIBLE_INSTALL_BIN_DIR})