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