mirror of
https://github.com/moonlight-stream/moonlight-embedded.git
synced 2026-04-24 00:56:42 +00:00
Enable asserts in Moonlight-Common-C when building in debug mode
This commit is contained in:
@@ -34,7 +34,7 @@ endif()
|
|||||||
|
|
||||||
if(CMAKE_BUILD_TYPE MATCHES Debug)
|
if(CMAKE_BUILD_TYPE MATCHES Debug)
|
||||||
list(APPEND SRC_LIST ./src/video/fake.c)
|
list(APPEND SRC_LIST ./src/video/fake.c)
|
||||||
list(APPEND MOONLIGHT_DEFINITIONS HAVE_FAKE)
|
list(APPEND MOONLIGHT_DEFINITIONS HAVE_FAKE LC_DEBUG)
|
||||||
elseif(NOT BROADCOM_FOUND AND NOT FREESCALE_FOUND)
|
elseif(NOT BROADCOM_FOUND AND NOT FREESCALE_FOUND)
|
||||||
message(FATAL_ERROR "No video output available")
|
message(FATAL_ERROR "No video output available")
|
||||||
endif()
|
endif()
|
||||||
|
|||||||
2
third_party/moonlight-common-c
vendored
2
third_party/moonlight-common-c
vendored
Submodule third_party/moonlight-common-c updated: 1cd17536db...109e3ca537
Reference in New Issue
Block a user