mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-15 00:44:19 +09:00
DotNetClient cmake scripts (incomplete)
This commit is contained in:
2
client/.gitignore
vendored
2
client/.gitignore
vendored
@@ -1,2 +1,4 @@
|
||||
WaykClient
|
||||
|
||||
|
||||
DotNetClient
|
||||
@@ -20,7 +20,7 @@
|
||||
add_subdirectory(common)
|
||||
|
||||
if(WIN32)
|
||||
add_subdirectory(Windows)
|
||||
add_subdirectory(Windows)
|
||||
else()
|
||||
if(WITH_SAMPLE)
|
||||
add_subdirectory(Sample)
|
||||
@@ -55,3 +55,6 @@ if(WITH_WAYK)
|
||||
add_subdirectory(WaykClient)
|
||||
endif()
|
||||
|
||||
if (WITH_DOTNET)
|
||||
add_subdirectory(DotNetClient)
|
||||
endif()
|
||||
Reference in New Issue
Block a user