Skip to content

Commit cc2fa8f

Browse files
committed
fix(linux): link framework in compressonator
I dont think this is right but well see.
1 parent 8e9e606 commit cc2fa8f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cmp_compressonatorlib/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,4 +128,4 @@ endif()
128128

129129
# TODO: More libraries should be linked like this when building so that we don't have to constantly repeat source file includes
130130
# Not just for CMP_Compressonator, do the same for the Framework and all other libraries
131-
target_link_libraries(CMP_Compressonator PUBLIC CMP_Core)
131+
target_link_libraries(CMP_Compressonator PUBLIC CMP_Core CMP_Framework)

0 commit comments

Comments
 (0)