mirror of
https://github.com/reactos/reactos.git
synced 2025-06-25 11:49:42 +00: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.
6 lines
126 B
CMake
6 lines
126 B
CMake
|
|
add_subdirectory(cicero)
|
|
add_subdirectory(ctfmon)
|
|
add_subdirectory(msctf)
|
|
add_subdirectory(msctfime)
|
|
add_subdirectory(msutb)
|