Skip to content

Commit

Permalink
[CMake] Improved libmng search (synfig#2441)
Browse files Browse the repository at this point in the history
  • Loading branch information
ice0 authored and nickleus27 committed Nov 27, 2021
1 parent ad093ba commit d4b1df8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion synfig-core/src/modules/mod_mng/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ add_library(mod_mng MODULE
)

target_compile_options(mod_mng PRIVATE ${LIBMNG_CFLAGS})
target_link_libraries(mod_mng synfig ${LIBMNG_LIBRARIES})
target_link_libraries(mod_mng PRIVATE synfig ${LIBMNG_LINK_LIBRARIES})

install (
TARGETS mod_mng
Expand Down

0 comments on commit d4b1df8

Please sign in to comment.