Update CMakeLists.txt
This commit is contained in:
parent
3bcf6bac4f
commit
b077d09589
|
@ -45,7 +45,7 @@ include_directories(
|
|||
)
|
||||
|
||||
# Link libraries using vcpkg
|
||||
target_link_libraries(TerraVisor PRIVATE GLEW::GLEW glfw glm::glm assimp::assimp {FreeImage_LIBRARIES})
|
||||
target_link_libraries(TerraVisor PRIVATE GLEW::GLEW glfw glm::glm assimp::assimp ${FreeImage_LIBRARIES})
|
||||
|
||||
# Custom targets
|
||||
add_custom_target(copy_shaders ALL
|
||||
|
|
Loading…
Reference in New Issue