mirror of
https://github.com/stenzek/duckstation.git
synced 2025-06-07 12:05:52 +00:00
build: Don't build unit tests for libretro core
This commit is contained in:
parent
011ee6331e
commit
9a631ff52c
@ -1,8 +1,11 @@
|
|||||||
add_subdirectory(common)
|
add_subdirectory(common)
|
||||||
add_subdirectory(common-tests)
|
|
||||||
add_subdirectory(core)
|
add_subdirectory(core)
|
||||||
add_subdirectory(scmversion)
|
add_subdirectory(scmversion)
|
||||||
|
|
||||||
|
if(NOT BUILD_LIBRETRO_CORE)
|
||||||
|
add_subdirectory(common-tests)
|
||||||
|
endif()
|
||||||
|
|
||||||
if(ANDROID OR BUILD_SDL_FRONTEND OR BUILD_QT_FRONTEND OR BUILD_LIBRETRO_CORE)
|
if(ANDROID OR BUILD_SDL_FRONTEND OR BUILD_QT_FRONTEND OR BUILD_LIBRETRO_CORE)
|
||||||
add_subdirectory(frontend-common)
|
add_subdirectory(frontend-common)
|
||||||
endif()
|
endif()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user