mirror of
https://github.com/reactos/reactos.git
synced 2026-06-08 08:52:59 +08:00
The CTF modules depend on Cicero static library. Cicero should be a component in CTF. This move will improve code readability and grep-ability. JIRA issue: CORE-19361 JIRA issue: CORE-19363 - Move sdk/lib/cicero to base/ctf/cicero. - Adapt CMakeLists.txt to this move. - No code content change except CMakeLists.txt.
7 lines
126 B
CMake
7 lines
126 B
CMake
|
|
add_subdirectory(cicero)
|
|
add_subdirectory(ctfmon)
|
|
add_subdirectory(msctf)
|
|
add_subdirectory(msctfime)
|
|
add_subdirectory(msutb)
|