Fixed standalone issues with cmake
This commit is contained in:
parent
8ef57bf296
commit
b11ea98772
@ -53,6 +53,8 @@
|
||||
#include <freerdp/server/rdpgfx.h>
|
||||
#include <freerdp/server/disp.h>
|
||||
|
||||
extern void freerdp_channels_dummy(void);
|
||||
|
||||
void freerdp_channels_dummy(void)
|
||||
{
|
||||
audin_server_context* audin;
|
||||
|
@ -1,2 +1,2 @@
|
||||
file(GLOB RDTK_HEADERS "rdkt/*.h")
|
||||
install(FILES ${RDTK_HEADERS} DESTINATION include/rdkt${RDTK_API_VERSION}/rdkt COMPONENT headers)
|
||||
file(GLOB RDTK_HEADERS "rdtk/*.h")
|
||||
install(FILES ${RDTK_HEADERS} DESTINATION include/rdtk${RDTK_API_VERSION}/rdtk COMPONENT headers)
|
||||
|
@ -58,6 +58,7 @@ if (NOT CMAKE_BUILD_TYPE)
|
||||
endif()
|
||||
|
||||
if (NOT IOS)
|
||||
include(CheckIncludeFiles)
|
||||
check_include_files(stdbool.h WINPR_HAVE_STDBOOL_H)
|
||||
if (NOT WINPR_HAVE_STDBOOL_H)
|
||||
include_directories(${CMAKE_CURRENT_SOURCE_DIR}/../compat/stdbool)
|
||||
|
Loading…
Reference in New Issue
Block a user