mirror of https://github.com/PCSX2/pcsx2.git
cmake: remove leftover calls to plugin cmakefiles
This commit is contained in:
parent
29f83b4364
commit
6523b0e9c2
|
@ -52,11 +52,6 @@ if(EXISTS "${CMAKE_SOURCE_DIR}/pcsx2" AND pcsx2_core)
|
|||
add_subdirectory(pcsx2)
|
||||
endif()
|
||||
|
||||
# make plugins
|
||||
if(EXISTS "${CMAKE_SOURCE_DIR}/plugins")
|
||||
add_subdirectory(plugins)
|
||||
endif()
|
||||
|
||||
# tests
|
||||
if(ACTUALLY_ENABLE_TESTS)
|
||||
add_subdirectory(3rdparty/gtest EXCLUDE_FROM_ALL)
|
||||
|
|
Loading…
Reference in New Issue