[CRT] Refactor CMake files
authorTimo Kreuzer <timo.kreuzer@reactos.org>
Sat, 17 Jul 2021 12:53:17 +0000 (14:53 +0200)
committerTimo Kreuzer <timo.kreuzer@reactos.org>
Tue, 20 Jul 2021 21:13:03 +0000 (23:13 +0200)
commit8c4aff39a891f67cac045eff9a02f93a150663fe
treecadc1889f79009a9f3659e18cf3b6b1503cc0ea3
parent3e1454c739ca7f59d4ce686a5b6a8aa9c22d0e7e
[CRT] Refactor CMake files
22 files changed:
sdk/lib/crt/CMakeLists.txt
sdk/lib/crt/conio/conio.cmake [new file with mode: 0644]
sdk/lib/crt/crt.cmake
sdk/lib/crt/direct/direct.cmake [new file with mode: 0644]
sdk/lib/crt/except/except.cmake [new file with mode: 0644]
sdk/lib/crt/float/float.cmake [new file with mode: 0644]
sdk/lib/crt/libcntpr.cmake
sdk/lib/crt/math/math.cmake [new file with mode: 0644]
sdk/lib/crt/mbstring/mbstring.cmake [new file with mode: 0644]
sdk/lib/crt/mem/mem.cmake [new file with mode: 0644]
sdk/lib/crt/misc/misc.cmake [new file with mode: 0644]
sdk/lib/crt/printf/printf.cmake [new file with mode: 0644]
sdk/lib/crt/process/process.cmake [new file with mode: 0644]
sdk/lib/crt/search/search.cmake [new file with mode: 0644]
sdk/lib/crt/setjmp/setjmp.cmake [new file with mode: 0644]
sdk/lib/crt/startup/startup.cmake [new file with mode: 0644]
sdk/lib/crt/stdio/stdio.cmake [new file with mode: 0644]
sdk/lib/crt/stdlib/stdlib.cmake [new file with mode: 0644]
sdk/lib/crt/string/string.cmake [new file with mode: 0644]
sdk/lib/crt/time/time.cmake [new file with mode: 0644]
sdk/lib/crt/wine/wine.cmake [new file with mode: 0644]
sdk/lib/crt/wstring/wstring.cmake [new file with mode: 0644]