mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-11-27 23:51:56 +00:00
3f851704c1
New lld's files are spread under lib subdirectory, and it isn't easy to find which files are actually maintained. This patch moves maintained files to Common subdirectory. Differential Revision: https://reviews.llvm.org/D37645 llvm-svn: 314719
4 lines
79 B
CMake
4 lines
79 B
CMake
add_subdirectory(Core)
|
|
add_subdirectory(Driver)
|
|
add_subdirectory(ReaderWriter)
|