Skip to content
Snippets Groups Projects
Commit aac2b52f authored by Hugo Beauzée-Luyssen's avatar Hugo Beauzée-Luyssen
Browse files

Remove our old contrib system

parent ca377a2d
No related branches found
No related tags found
No related merge requests found
......@@ -120,7 +120,6 @@ IF (UNIX)
ENDIF (UNIX)
include(ts/translations.cmake)
subdirs(contribs)
SUBDIRS(src)
SUBDIRS(nsis)
SUBDIRS(effects)
......
project(vlmc)
include(ExternalProject)
set( PREFIX ${PROJECT_BINARY_DIR}/contribs )
set( CONTRIBS_DIR ${PREFIX}/install PARENT_SCOPE )
# Find libvlcpp
ExternalProject_Add(
libvlcpp
PREFIX ${PREFIX}
UPDATE_COMMAND ""
GIT_REPOSITORY https://code.videolan.org/videolan/libvlcpp.git
CONFIGURE_COMMAND <SOURCE_DIR>/bootstrap && <SOURCE_DIR>/configure --prefix=${PREFIX}/install --disable-examples
BUILD_COMMAND make
INSTALL_COMMAND make install
)
......@@ -286,7 +286,6 @@ ELSE(NOT WITH_GUI)
endif()
ENDIF( NOT WITH_GUI )
add_dependencies(vlmc libvlcpp)
message(STATUS "Contribs prefix: ${CONTRIBS_DIR}")
include_directories( ${CONTRIBS_DIR}/include )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment