remove capstone submodule
This commit is contained in:
1
external/capstone
vendored
1
external/capstone
vendored
Submodule external/capstone deleted from fee83fcc1a
@@ -3,12 +3,15 @@ project(n64)
|
|||||||
|
|
||||||
add_subdirectory(core)
|
add_subdirectory(core)
|
||||||
|
|
||||||
|
find_package(fmt REQUIRED)
|
||||||
|
find_package(SDL2 REQUIRED)
|
||||||
|
|
||||||
add_library(n64
|
add_library(n64
|
||||||
Core.cpp
|
Core.cpp
|
||||||
Core.hpp
|
Core.hpp
|
||||||
memory_regions.hpp)
|
memory_regions.hpp)
|
||||||
|
|
||||||
target_link_libraries(n64 PUBLIC core)
|
target_link_libraries(n64 PUBLIC core fmt SDL2main SDL2)
|
||||||
target_include_directories(n64 PUBLIC
|
target_include_directories(n64 PUBLIC
|
||||||
.
|
.
|
||||||
..
|
..
|
||||||
|
|||||||
Reference in New Issue
Block a user