Page MenuHomePhabricator

CMakeLists.txt
No OneTemporary

Size
264 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_raw C)
add_library(xmount_input_raw SHARED libxmount_input_raw.c ../../libxmount/libxmount.c)
install(TARGETS xmount_input_raw DESTINATION lib/xmount)

File Metadata

Mime Type
text/plain
Expires
Sun, Aug 24, 12:52 PM (1 d, 17 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1310203
Default Alt Text
CMakeLists.txt (264 B)

Event Timeline