We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e18b03 commit 9a42a07Copy full SHA for 9a42a07
CMakeLists.txt
@@ -74,9 +74,13 @@ set(boost_include_include_dir ${boost-include_SOURCE_DIR})
74
set(boost_lib_dir ${boost-include_SOURCE_DIR}/stage/lib)
75
link_directories(${boost_lib_dir})
76
add_definitions(-DBOOST_SYSTEM_NO_DEPRECATED=1)
77
+install(DIRECTORY "${boost_lib_dir}" DESTINATION "${CMAKE_INSTALL_PREFIX}")
78
79
################################################################################
80
81
+set(CMAKE_INSTALL_RPATH "${CMAKE_INSTALL_PREFIX}/lib")
82
+SET(CMAKE_INSTALL_RPATH_USE_LINK_PATH TRUE)
83
+
84
add_subdirectory(cbmc)
85
add_subdirectory(benchmarks/LIBRARIES/models)
86
0 commit comments