Fix build with new moonlight-common-c source layout

This commit is contained in:
Cameron Gutman
2016-04-01 00:31:32 -04:00
parent d55d47dbec
commit c6c4e5102c
20 changed files with 21 additions and 22 deletions

View File

@@ -41,7 +41,7 @@ else()
set(SOFTWARE_FOUND FALSE)
endif()
SET(MOONLIGHT_COMMON_INCLUDE_DIR ./third_party/moonlight-common-c)
SET(MOONLIGHT_COMMON_INCLUDE_DIR ./third_party/moonlight-common-c/src)
SET(GAMESTREAM_INCLUDE_DIR ./libgamestream)
if(CMAKE_BUILD_TYPE MATCHES Debug)