mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-02 22:29:21 +00:00
commit
53815961fd
1 changed files with 1 additions and 1 deletions
|
@ -915,7 +915,7 @@ else()
|
||||||
message("Using static gtest from Externals")
|
message("Using static gtest from Externals")
|
||||||
include_directories(Externals/gtest/include)
|
include_directories(Externals/gtest/include)
|
||||||
add_subdirectory(Externals/gtest)
|
add_subdirectory(Externals/gtest)
|
||||||
endif(GTEST_FOUND)
|
endif()
|
||||||
|
|
||||||
enable_testing()
|
enable_testing()
|
||||||
add_custom_target(unittests)
|
add_custom_target(unittests)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue