Skip to content

Commit e43e639

Browse files
authored
[CICERO] Move sdk/lib/cicero to base/ctf/cicero (reactos#8055)
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.
1 parent 543cf1e commit e43e639

22 files changed

+1
-1
lines changed

base/ctf/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11

2+
add_subdirectory(cicero)
23
add_subdirectory(ctfmon)
34
add_subdirectory(msctf)
45
add_subdirectory(msctfime)

0 commit comments

Comments
 (0)