Page Menu
Home
Phabricator (Chris)
Search
Configure Global Search
Log In
Files
F86370
CMakeLists.txt
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
534 B
Referenced Files
None
Subscribers
None
CMakeLists.txt
View Options
# -------------------------------------------------------
# lz4 cmake build script for r-tech1.
# -------------------------------------------------------
project (lz4 C CXX)
# -------------------------------------------------------
# Source directories containing all the necessary .c files
# -------------------------------------------------------
set(LZ4_SRC
${CMAKE_CURRENT_SOURCE_DIR}/lz4.c
PARENT_SCOPE)
# Install
file(GLOB files "${CMAKE_CURRENT_SOURCE_DIR}/*.h")
INSTALL(FILES ${files} DESTINATION include/r-tech1/libs/lz4)
File Metadata
Details
Attached
Mime Type
text/x-file
Expires
Fri, Sep 12, 11:33 AM (1 d, 5 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
42870
Default Alt Text
CMakeLists.txt (534 B)
Attached To
Mode
R75 R-Tech1
Attached
Detach File
Event Timeline
Log In to Comment