Skip to content

Commit 4bc98e4

Browse files
committed
CMakeLists.txt: Excluded 'plug'; included build of models library.
1 parent 0937db6 commit 4bc98e4

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

CMakeLists.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,10 @@ execute_process(COMMAND ${boost-include_SOURCE_DIR}/b2 dll-path=${boost-include_
7070
WORKING_DIRECTORY ${boost-include_SOURCE_DIR}
7171
)
7272

73+
execute_process(COMMAND mvn package
74+
WORKING_DIRECTORY ${PROJECT_SOURCE_DIR}/benchmarks/LIBRARIES/models/model
75+
)
76+
7377
set(boost_include_include_dir ${boost-include_SOURCE_DIR})
7478
set(boost_lib_dir ${boost-include_SOURCE_DIR}/stage/lib)
7579
link_directories(${boost_lib_dir})
@@ -82,7 +86,6 @@ set(CMAKE_INSTALL_RPATH "${CMAKE_INSTALL_PREFIX}/lib")
8286
SET(CMAKE_INSTALL_RPATH_USE_LINK_PATH TRUE)
8387

8488
add_subdirectory(cbmc)
85-
add_subdirectory(benchmarks/LIBRARIES/models)
8689

8790
add_subdirectory(src)
8891

0 commit comments

Comments
 (0)