Page MenuHomePhabricator

CMakeLists.txt
No OneTemporary

Size
371 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_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

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

Event Timeline