FreeRDP/winpr/CMakeLists.txt

36 lines
1.1 KiB
CMake
Raw Normal View History

2012-05-06 06:09:08 +04:00
# WinPR: Windows Portable Runtime
2012-05-21 04:54:22 +04:00
# winpr cmake build script
2012-05-06 06:09:08 +04:00
#
# Copyright 2011 O.S. Systems Software Ltda.
# Copyright 2011 Otavio Salvador <otavio@ossystems.com.br>
# Copyright 2011 Marc-Andre Moreau <marcandre.moreau@gmail.com>
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
2012-05-21 04:54:22 +04:00
add_subdirectory(crt)
add_subdirectory(utils)
2012-05-29 22:14:26 +04:00
add_subdirectory(heap)
add_subdirectory(handle)
add_subdirectory(synch)
2012-06-19 06:22:39 +04:00
add_subdirectory(sysinfo)
add_subdirectory(bcrypt)
2012-06-19 06:41:37 +04:00
add_subdirectory(dsparse)
2012-07-06 00:36:47 +04:00
add_subdirectory(asn1)
2012-05-21 04:54:22 +04:00
add_subdirectory(rpc)
2012-06-19 18:19:53 +04:00
add_subdirectory(sspicli)
2012-05-21 04:54:22 +04:00
add_subdirectory(sspi)
2012-05-22 06:34:42 +04:00
add_subdirectory(registry)
2012-05-06 06:09:08 +04:00
add_subdirectory(tools)