mirror of
https://github.com/reactos/reactos
synced 2025-10-06 00:12:51 +02:00
This PR reorganizes the location of the CTF-related modules to improve grep-ability, understanding, and readability. New folder base/ctf will become incomplete Cicero, CTF or TSF (Text Services Framework). JIRA issue: CORE-19360 JIRA issue: CORE-19361 JIRA issue: CORE-19363 - Move ctfmon, msctf, msctfime, and msutb modules to new directory base/ctf. - Adapt CMakeLists.txt to this move. - Modify .github/labeler.yml and media/doc/WINESYNC.txt. - No code content changes except CMakeLists.txt, .github/labeler.yml, and media/doc/WINESYNC.txt.
13 lines
274 B
CMake
13 lines
274 B
CMake
|
|
add_subdirectory(3rdparty)
|
|
add_subdirectory(appcompat)
|
|
add_subdirectory(cpl)
|
|
add_subdirectory(directx)
|
|
add_subdirectory(keyboard)
|
|
add_subdirectory(nls)
|
|
add_subdirectory(np)
|
|
add_subdirectory(ntdll)
|
|
add_subdirectory(opengl)
|
|
add_subdirectory(shellext)
|
|
add_subdirectory(win32)
|