MYDDAS Support
This commit is contained in:
31
packages/cplint/approx/simplecuddLPADs/CMakeLists.txt
Normal file
31
packages/cplint/approx/simplecuddLPADs/CMakeLists.txt
Normal file
@@ -0,0 +1,31 @@
|
||||
set (SRC
|
||||
general.c
|
||||
general.h
|
||||
ProblogBDD.c
|
||||
simplecudd.h
|
||||
simplecudd.c
|
||||
)
|
||||
|
||||
|
||||
add_executable (LPADbdd
|
||||
${SRC})
|
||||
|
||||
set_target_properties (LPADbdd PROPERTIES
|
||||
OUTPUT_NAME LPADBDD
|
||||
)
|
||||
|
||||
target_link_libraries(LPADbdd
|
||||
${CUDD_LIBRARIES_EXPORT}
|
||||
libYap
|
||||
)
|
||||
|
||||
INCLUDE_DIRECTORIES(
|
||||
${CUDD_INCLUDE_DIR_EXPORT}
|
||||
${CMAKE_CURRENT_BINARY_DIR}
|
||||
)
|
||||
|
||||
install(TARGETS LPADbdd
|
||||
RUNTIME DESTINATION ${bindir}
|
||||
LIBRARY DESTINATION ${dlls}
|
||||
)
|
||||
|
@@ -197,6 +197,7 @@ variable=value
|
||||
#include <math.h>
|
||||
#include <time.h>
|
||||
#include "config.h"
|
||||
#include "cudd_config.h"
|
||||
#if HAVE_UTIL_H
|
||||
#include <util.h>
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user