Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F4345453
CMakeLists.txt
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Size
371 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_aewf C)
add_library(xmount_input_aewf SHARED libxmount_input_aewf.c ../../libxmount/libxmount.c)
include_directories(${LIBZ_INCLUDE_DIRS})
target_link_libraries(xmount_input_aewf ${LIBZ_LIBRARIES})
install(TARGETS xmount_input_aewf DESTINATION lib/xmount)
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Jan 23, 5:36 PM (1 d, 8 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1187551
Default Alt Text
CMakeLists.txt (371 B)
Attached To
Mode
rXMOUNT xmount
Attached
Detach File
Event Timeline
Log In to Comment