mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-24 07:55:46 +00:00
Move dead submodules in-tree
Signed-off-by: swurl <swurl@swurl.xyz>
This commit is contained in:
parent
c0cceff365
commit
6c655321e6
4081 changed files with 1185566 additions and 45 deletions
12
externals/oboe/samples/RhythmGame/test/CMakeLists.txt
vendored
Normal file
12
externals/oboe/samples/RhythmGame/test/CMakeLists.txt
vendored
Normal file
|
@ -0,0 +1,12 @@
|
|||
cmake_minimum_required(VERSION 3.4.1)
|
||||
|
||||
set(GOOGLETEST_ROOT ${ANDROID_NDK}/sources/third_party/googletest/googletest)
|
||||
add_library(gtest STATIC ${GOOGLETEST_ROOT}/src/gtest_main.cc ${GOOGLETEST_ROOT}/src/gtest-all.cc)
|
||||
target_include_directories(gtest PRIVATE ${GOOGLETEST_ROOT})
|
||||
target_include_directories(gtest PUBLIC ${GOOGLETEST_ROOT}/include)
|
||||
|
||||
include_directories(../src/main/cpp/)
|
||||
|
||||
# Build our test binary
|
||||
add_executable (testRhythmGame testLockFreeQueue.cpp)
|
||||
target_link_libraries(testRhythmGame gtest)
|
Loading…
Add table
Add a link
Reference in a new issue