We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2715559 commit bf84d2fCopy full SHA for bf84d2f
src/rawtoaces_util/CMakeLists.txt
@@ -29,7 +29,11 @@ target_link_libraries(${RAWTOACESLIB}
29
if (AcesContainer_FOUND)
30
target_include_directories(${RAWTOACESLIB} PUBLIC ${AcesContainer_INCLUDE_DIRS})
31
target_link_directories(${RAWTOACESLIB} PUBLIC ${AcesContainer_LIBRARY_DIRS})
32
- target_link_libraries(${RAWTOACESLIB} PUBLIC ${AcesContainer_LIBRARIES})
+ target_link_libraries(${RAWTOACESLIB}
33
+ PUBLIC
34
+ ${AcesContainer_LIBRARIES}
35
+ ${AcesContainer_LDFLAGS_OTHER}
36
+ )
37
endif()
38
39
if (TARGET LibRaw::LibRaw)
0 commit comments