cmake: remove leftover calls to plugin cmakefiles

This commit is contained in:
Gauvain 'GovanifY' Roussel-Tarbouriech 2021-07-11 20:08:16 +02:00 committed by refractionpcsx2
parent 29f83b4364
commit 6523b0e9c2
1 changed files with 0 additions and 5 deletions

View File

@ -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)