9 lines
163 B
CMake
9 lines
163 B
CMake
add_lldb_executable(lit-cpuid
|
|
lit-cpuid.cpp
|
|
|
|
LINK_COMPONENTS
|
|
Support
|
|
TargetParser
|
|
)
|
|
|
|
set_target_properties(lit-cpuid PROPERTIES FOLDER "lldb utils")
|