mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-01-07 16:42:34 +00:00
9a07780687
Reviewed By: lntue Differential Revision: https://reviews.llvm.org/D140049
4 lines
103 B
CMake
4 lines
103 B
CMake
if(EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/${LIBC_TARGET_OS})
|
|
add_subdirectory(${LIBC_TARGET_OS})
|
|
endif()
|