Skip to content

Commit

Permalink
Update CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
rodlie committed Mar 16, 2024
1 parent fdac89d commit 2623319
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion src/ui/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -121,11 +121,18 @@ set_target_properties(
${PROJECT_VERSION_MAJOR}
)

target_link_directories(
${PROJECT_NAME}
PRIVATE
${FFMPEG_LIBRARIES_DIRS}
${CMAKE_CURRENT_BINARY_DIR}/../engine/skia
)

target_link_libraries(
${PROJECT_NAME}
PRIVATE
frictioncore
${QT_LIBRARIES}
${SKIA_LIBRARIES}
${FFMPEG_LIBRARIES_DIRS}
${FFMPEG_LIBRARIES}
)

0 comments on commit 2623319

Please sign in to comment.