Page MenuHomePhabricator

CMakeLists.txt
No OneTemporary

Size
370 B
Referenced Files
None
Subscribers
None

CMakeLists.txt

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

Mime Type
text/plain
Expires
Thu, Oct 24, 9:59 PM (1 d, 12 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1142430
Default Alt Text
CMakeLists.txt (370 B)

Event Timeline