Skip to content

Commit

Permalink
src/CMakeLists.txt: fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: akarin <[email protected]>
  • Loading branch information
AkarinVS authored and Masaiki committed Apr 28, 2021
1 parent 93e2b5c commit 7036335
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ target_include_directories(${ProjectName} PUBLIC ${CMAKE_CURRENT_SOURCE_DIR}/inc

find_package(PkgConfig REQUIRED)
PKG_CHECK_MODULES(LIBASS REQUIRED libass>=0.12.0)
target_include_directories(${PluginName} PRIVATE ${LIBASS_INCLUDE_DIR})
target_include_directories(${PluginName} PRIVATE ${LIBASS_INCLUDE_DIRS})
target_link_libraries(${ProjectName} ${LIBASS_LINK_LIBRARIES})

if (WIN32)
Expand Down

0 comments on commit 7036335

Please sign in to comment.