MYDDAS Support

This commit is contained in:
Vítor Santos Costa
2015-11-05 23:45:07 +00:00
parent f8b5ca8291
commit e9debf4d83
5 changed files with 45 additions and 9 deletions

View 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}
)

View File

@@ -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