From 766edcb1a6b119d2448ad65660be79e853543587 Mon Sep 17 00:00:00 2001 From: cmdrf Date: Sun, 7 Jun 2015 15:58:35 +0200 Subject: [PATCH] Fix more link order for Linux --- src/nvtt/tests/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/nvtt/tests/CMakeLists.txt b/src/nvtt/tests/CMakeLists.txt index db3b936..4a3a6de 100644 --- a/src/nvtt/tests/CMakeLists.txt +++ b/src/nvtt/tests/CMakeLists.txt @@ -26,7 +26,7 @@ ADD_EXECUTABLE(cubemaptest cubemaptest.cpp) TARGET_LINK_LIBRARIES(cubemaptest nvcore nvmath nvimage nvtt) ADD_EXECUTABLE(nvhdrtest hdrtest.cpp) -TARGET_LINK_LIBRARIES(nvhdrtest nvcore nvmath nvimage nvtt) +TARGET_LINK_LIBRARIES(nvhdrtest nvcore nvimage nvtt bc6h nvmath) INSTALL(TARGETS nvtestsuite nvhdrtest DESTINATION bin)