mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-12-28 10:46:11 +00:00
758053788b
This version is equivalent to commit ba26ebece8f5be84e9bd6315611d412af797147e in the old git repository. llvm-svn: 130476
9 lines
146 B
Plaintext
9 lines
146 B
Plaintext
Import( 'env buildLibrary' )
|
|
|
|
buildLibrary( env, Split( """
|
|
json_reader.cpp
|
|
json_value.cpp
|
|
json_writer.cpp
|
|
""" ),
|
|
'json' )
|