Skip to content

Commit

Permalink
remove capstone
Browse files Browse the repository at this point in the history
  • Loading branch information
rianquinn committed Jan 28, 2019
1 parent 7b53349 commit 08dbd5d
Show file tree
Hide file tree
Showing 12 changed files with 0 additions and 605 deletions.
15 changes: 0 additions & 15 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,6 @@ include(${CMAKE_CURRENT_LIST_DIR}/scripts/cmake/config/default.cmake)

add_project_include(${EAPIS_SOURCE_CMAKE_DIR}/macros.cmake)

# ------------------------------------------------------------------------------
# General Dependencies
# ------------------------------------------------------------------------------

include_dependency(EAPIS_SOURCE_DEPENDS_DIR capstone)

# ------------------------------------------------------------------------------
# VMM Components
# ------------------------------------------------------------------------------
Expand All @@ -43,7 +37,6 @@ if(ENABLE_BUILD_VMM)
eapis_bfvmm vmm
DEPENDS bfvmm
DEPENDS bfintrinsics
DEPENDS capstone
SOURCE_DIR ${CMAKE_CURRENT_LIST_DIR}/bfvmm/src
)

Expand All @@ -68,16 +61,8 @@ if(ENABLE_BUILD_TEST)
add_subproject(
eapis_bfvmm test
DEPENDS bfvmm
DEPENDS capstone
SOURCE_DIR ${CMAKE_CURRENT_LIST_DIR}/bfvmm/tests/
)

add_subproject(
eapis_bfsdk test
DEPENDS bfvmm
DEPENDS capstone
SOURCE_DIR ${CMAKE_CURRENT_LIST_DIR}/bfsdk/tests/
)
endif()

# ------------------------------------------------------------------------------
Expand Down
270 changes: 0 additions & 270 deletions bfsdk/include/bfcapstone.h

This file was deleted.

33 changes: 0 additions & 33 deletions bfsdk/tests/CMakeLists.txt

This file was deleted.

Loading

0 comments on commit 08dbd5d

Please sign in to comment.