Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F4823455
CMakeLists.txt
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Size
714 B
Referenced Files
None
Subscribers
None
CMakeLists.txt
View Options
add_subdirectory(libxmount_input_raw)
if(NOT STATIC_EWF)
find_package(LibEWF)
if(LIBEWF_FOUND)
add_subdirectory(libxmount_input_ewf)
endif(LIBEWF_FOUND)
else(NOT STATIC_EWF)
message(STATUS "Not checking for LibEWF (STATIC_EWF = 1)")
add_subdirectory(libxmount_input_ewf)
endif(NOT STATIC_EWF)
if(NOT STATIC_AFF)
find_package(LibAFF)
if(LIBAFF_FOUND)
add_subdirectory(libxmount_input_aff)
endif(LIBAFF_FOUND)
else(NOT STATIC_AFF)
message(STATUS "Not checking for LibAFF (STATIC_AFF = 1)")
add_subdirectory(libxmount_input_aff)
endif(NOT STATIC_AFF)
find_package(LibZ)
if(LIBZ_FOUND)
add_subdirectory(libxmount_input_aewf)
add_subdirectory(libxmount_input_aaff)
endif(LIBZ_FOUND)
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, May 11, 2:57 AM (1 d, 5 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1247595
Default Alt Text
CMakeLists.txt (714 B)
Attached To
Mode
rXMOUNT xmount
Attached
Detach File
Event Timeline
Log In to Comment