mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-01-26 03:15:19 +00:00
[lldb/Cmake] Add a CMakeLists.txt to the utils directory...
... and include it from the main CMakeLists.txt instead of including the utility subdirectories directly. This is consistent with the other subdirectories and limits the scope of future changes.
This commit is contained in:
parent
911a4c4dda
commit
e1f6b68d1f
@ -92,8 +92,7 @@ option(LLDB_INCLUDE_TESTS "Generate build targets for the LLDB unit tests." ${LL
|
||||
if(LLDB_INCLUDE_TESTS)
|
||||
add_subdirectory(test)
|
||||
add_subdirectory(unittests)
|
||||
add_subdirectory(utils/lit-cpuid)
|
||||
add_subdirectory(utils/lldb-dotest)
|
||||
add_subdirectory(utils)
|
||||
endif()
|
||||
|
||||
if (LLDB_ENABLE_PYTHON)
|
||||
|
2
lldb/utils/CMakeLists.txt
Normal file
2
lldb/utils/CMakeLists.txt
Normal file
@ -0,0 +1,2 @@
|
||||
add_subdirectory(lit-cpuid)
|
||||
add_subdirectory(lldb-dotest)
|
Loading…
x
Reference in New Issue
Block a user