Skip to content
This repository was archived by the owner on Feb 17, 2025. It is now read-only.

Commit 94c85b9

Browse files
use blueprint as module
1 parent d1f9017 commit 94c85b9

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

test/CMakeLists.txt

-4
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,9 @@
1010
include(CMTest)
1111

1212
cm_test_link_libraries(${CMAKE_WORKSPACE_NAME}_${CURRENT_PROJECT_NAME}
13-
14-
crypto3::all
1513
LLVMIRReader
1614
LLVMCore
1715
LLVMSupport
18-
1916
${Boost_LIBRARIES})
2017

2118
macro(define_assigner_test test)
@@ -26,7 +23,6 @@ macro(define_assigner_test test)
2623
target_include_directories(${full_test_name} PRIVATE
2724
${CMAKE_CURRENT_SOURCE_DIR}/include
2825
${CMAKE_BINARY_DIR}/include
29-
${CMAKE_SOURCE_DIR}/libs/blueprint/include
3026
${CMAKE_SOURCE_DIR}/libs/circifier/llvm/include
3127
${CMAKE_BINARY_DIR}/libs/circifier/llvm/include
3228

0 commit comments

Comments
 (0)