Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F6783041
CMakeLists.txt
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Size
370 B
Referenced Files
None
Subscribers
None
CMakeLists.txt
View Options
if(POLICY CMP0042)
cmake_policy(SET CMP0042 NEW) # CMake 3.0
endif(POLICY CMP0042)
project(libxmount_input_aaff C)
add_library(xmount_input_aaff SHARED libxmount_input_aaff.c ../../libxmount/libxmount.c)
include_directories(${LIBZ_INCLUDE_DIRS})
target_link_libraries(xmount_input_aaff ${LIBZ_LIBRARIES})
install(TARGETS xmount_input_aaff DESTINATION lib/xmount)
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Sep 17, 2:44 AM (19 h, 28 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1319011
Default Alt Text
CMakeLists.txt (370 B)
Attached To
Mode
rXMOUNT xmount
Attached
Detach File
Event Timeline
Log In to Comment