mirror of
https://github.com/vale981/openAV-Luppp
synced 2025-03-04 16:51:37 -05:00
Fixed the conflict of ntk with fltk by moving ntk to the first place in CMakeFile.txt.
This commit is contained in:
parent
eefefb2b80
commit
074df13807
1 changed files with 4 additions and 4 deletions
|
@ -6,14 +6,14 @@ message( STATUS "Architecture: ${ARCHITECTURE}" )
|
|||
# Find depend libraries
|
||||
find_package(PkgConfig)
|
||||
|
||||
pkg_check_modules(CAIRO cairo REQUIRED)
|
||||
include_directories( ${CAIRO_INCLUDE_DIRS} )
|
||||
link_directories ( ${CAIRO_LIBRARY_DIRS} )
|
||||
|
||||
pkg_check_modules(NTK ntk REQUIRED)
|
||||
include_directories( ${NTK_INCLUDE_DIRS} )
|
||||
link_directories ( ${NTK_LIBRARY_DIRS} )
|
||||
|
||||
pkg_check_modules(CAIRO cairo REQUIRED)
|
||||
include_directories( ${CAIRO_INCLUDE_DIRS} )
|
||||
link_directories ( ${CAIRO_LIBRARY_DIRS} )
|
||||
|
||||
pkg_check_modules(LIBLO liblo REQUIRED)
|
||||
include_directories( ${LIBLO_INCLUDE_DIRS} )
|
||||
link_directories ( ${LIBLO_LIBRARY_DIRS} )
|
||||
|
|
Loading…
Add table
Reference in a new issue