1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2025-12-21 14:53:02 +01:00

Add SDL2 include to test cmake

This commit is contained in:
Ted John
2017-05-08 21:03:10 +01:00
committed by Gymnasiast
parent c394a997c8
commit 00199051c1

View File

@@ -52,6 +52,7 @@ add_dependencies(${GTEST_MAIN_LIBRARY} ${GTEST_LIBRARY})
include_directories(SYSTEM ${GTEST_INCLUDE_DIR})
include_directories("${ROOT_DIR}/src")
include_directories(${SDL2_INCLUDE_DIRS})
set(GTEST_LIBRARIES gtest gtest_main pthread)