Skip to content
Snippets Groups Projects

WIP: params autoconf

Merged Joaquim Casals Buñuel requested to merge feature/params_autoconf into devel
3 files
+ 65
40
Compare changes
  • Side-by-side
  • Inline
Files
3
#edit the following line to add the librarie's header files
FIND_PATH(
wolf_INCLUDE_DIRS
NAMES wolf.h
# NAMES wolf.h
PATHS /usr/local/include/iri-algorithms/wolf)
#change INCLUDE_DIRS to its parent directory
get_filename_component(wolf_INCLUDE_DIRS ${wolf_INCLUDE_DIRS} DIRECTORY)
Loading