diff --git a/resources/3rdparty/cudd-2.5.0/CUDD_Win32/CUDD_Win32/CUDD_Win32.vcxproj b/resources/3rdparty/cudd-2.5.0/CUDD_Win32/CUDD_Win32/CUDD_Win32.vcxproj index b823de3c8..2dcfa5af5 100644 --- a/resources/3rdparty/cudd-2.5.0/CUDD_Win32/CUDD_Win32/CUDD_Win32.vcxproj +++ b/resources/3rdparty/cudd-2.5.0/CUDD_Win32/CUDD_Win32/CUDD_Win32.vcxproj @@ -98,6 +98,7 @@ Level3 Disabled WIN32;__STDC__;_CRT_SECURE_NO_WARNINGS;_DEBUG;_LIB;%(PreprocessorDefinitions) + $(ProjectDir)include;%(AdditionalIncludeDirectories) Windows @@ -130,6 +131,7 @@ true true WIN32;__STDC__;_CRT_SECURE_NO_WARNINGS;NDEBUG;_LIB;%(PreprocessorDefinitions) + $(ProjectDir)include;%(AdditionalIncludeDirectories) Windows @@ -221,7 +223,7 @@ - + @@ -250,6 +252,9 @@ + + + diff --git a/resources/3rdparty/cudd-2.5.0/CUDD_Win32/CUDD_Win32/CUDD_Win32.vcxproj.filters b/resources/3rdparty/cudd-2.5.0/CUDD_Win32/CUDD_Win32/CUDD_Win32.vcxproj.filters index b29db4168..543eb3079 100644 --- a/resources/3rdparty/cudd-2.5.0/CUDD_Win32/CUDD_Win32/CUDD_Win32.vcxproj.filters +++ b/resources/3rdparty/cudd-2.5.0/CUDD_Win32/CUDD_Win32/CUDD_Win32.vcxproj.filters @@ -276,9 +276,6 @@ Source Files\MTR - - Source Files\OBJ - Source Files\UTIL @@ -321,6 +318,9 @@ Source Files\ST + + Source Files\OBJ + @@ -357,4 +357,9 @@ Header Files + + + Header Files + + \ No newline at end of file diff --git a/resources/3rdparty/cudd-2.5.0/CUDD_Win32/x64/Debug/CUDD_Win32.lib b/resources/3rdparty/cudd-2.5.0/CUDD_Win32/x64/Debug/CUDD_Win32.lib new file mode 100644 index 000000000..18843b5d6 Binary files /dev/null and b/resources/3rdparty/cudd-2.5.0/CUDD_Win32/x64/Debug/CUDD_Win32.lib differ diff --git a/resources/3rdparty/cudd-2.5.0/CUDD_Win32/x64/Release/CUDD_Win32.lib b/resources/3rdparty/cudd-2.5.0/CUDD_Win32/x64/Release/CUDD_Win32.lib new file mode 100644 index 000000000..eb723350d Binary files /dev/null and b/resources/3rdparty/cudd-2.5.0/CUDD_Win32/x64/Release/CUDD_Win32.lib differ