housekeeping

This commit is contained in:
scawful
2023-03-28 12:25:56 -05:00
parent d41c3ca81a
commit 85c14438f3
6 changed files with 32 additions and 16 deletions

View File

@@ -1,4 +1,4 @@
# GoogleTest ------------------------------------------------------------------------------------
# GoogleTest ------------------------------------------------------------------
include(FetchContent)
FetchContent_Declare(
googletest
@@ -27,16 +27,20 @@ target_include_directories(
../src/
../src/lib/
../src/lib/asar/src/asar/
${SDL_INCLUDE_DIRS}
${SDL2_INCLUDE_DIR}
)
target_link_libraries(
yaze_test
SDL2
${ABSL_TARGETS}
SDL2::SDL2
${PNG_LIBRARIES}
${GLEW_LIBRARIES}
${OPENGL_LIBRARIES}
${CMAKE_DL_LIBS}
asar-static
snes_spc
ImGui
gmock_main
gmock
gtest_main