mirror of
https://github.com/noirotm/libamf.git
synced 2026-02-12 20:39:32 -06:00
Fix demo compilation
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
include_directories(${CMAKE_SOURCE_DIR}/src)
|
||||
|
||||
# unit tests
|
||||
if (CHECK_FOUND)
|
||||
include_directories(${CHECK_INCLUDE_DIRS})
|
||||
include_directories(${CMAKE_SOURCE_DIR}/src)
|
||||
|
||||
add_executable(check_libamf check_libamf.c check_amf0.c)
|
||||
target_link_libraries(check_libamf ${CHECK_LIBRARIES} amf pthread)
|
||||
|
||||
Reference in New Issue
Block a user