cmake work

This commit is contained in:
Vítor Santos Costa
2015-04-21 16:12:18 -06:00
parent e043e7595e
commit 3b4226bda1
5 changed files with 27 additions and 3 deletions

View File

@@ -42,9 +42,14 @@ if ( NOT( CUDD_INCLUDE_DIR AND CUDD_LIBRARIES ) OR NOT CUDD_FOUND )
/opt/csw/include # Blastwave
/opt/include
/usr/freeware/include
NO_DEFAULT_PATHS
)
find_path(CUDD_INCLUDE_DIR
NAMES cudd.h
)
find_library(CUDD_INTERFACE_LIBRARY
NAMES cudd
PATHS