avcpp  2.0
Wrapper for the FFmpeg that simplify usage from C++ projects.
Functions
src/CMakeLists.txt File Reference

Functions

 include (GNUInstallDirs) file(GLOB_RECURSE AV_SOURCES "*.cpp") file(GLOB_RECURSE AV_HEADERS "*.h" "*.hpp") set(AV_NAMESPACE avcpp) set(AV_BASENAME avcpp) list(APPEND AV_TARGETS $
 
 if (AV_ENABLE_STATIC AND AV_ENABLE_SHARED) list(APPEND AV_TARGETS $
 
static endif () foreach(TARGET $
 
 if (${TARGET} MATCHES "-static") set(TYPE STATIC) else() if(AV_ENABLE_SHARED) set(TYPE SHARED) else() set(TYPE STATIC) endif() endif() add_library($
 

Function Documentation

◆ endif()

static endif ( )

◆ if() [1/2]

if (   ${TARGET} MATCHES "-static")

◆ if() [2/2]

if ( AV_ENABLE_STATIC AND  AV_ENABLE_SHARED)

◆ include()

include ( GNUInstallDirs  )