From e0ec005ac8fa27795170d843a022d33c8581dbe1 Mon Sep 17 00:00:00 2001 From: Pavel Krajcevski Date: Wed, 18 Sep 2013 14:00:53 -0400 Subject: [PATCH] Fix link problems --- BPTCEncoder/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/BPTCEncoder/CMakeLists.txt b/BPTCEncoder/CMakeLists.txt index 0bbac8e..9157010 100644 --- a/BPTCEncoder/CMakeLists.txt +++ b/BPTCEncoder/CMakeLists.txt @@ -241,3 +241,5 @@ ADD_LIBRARY( BPTCEncoder ${HEADERS} ${SOURCES} ) + +TARGET_LINK_LIBRARIES( BPTCEncoder FasTCCore ) \ No newline at end of file