mirror of
https://github.com/aaru-dps/libaaruformat.git
synced 2025-12-16 19:24:40 +00:00
Add snippet tool to interact with AaruFormat images.
This commit is contained in:
@@ -157,4 +157,12 @@ endif()
|
||||
|
||||
include_directories(include 3rdparty/uthash/src)
|
||||
|
||||
add_subdirectory(tests)
|
||||
include(CheckLibraryExists)
|
||||
|
||||
check_library_exists(m log "" HAVE_LIB_M)
|
||||
if(HAVE_LIB_M)
|
||||
TARGET_LINK_LIBRARIES_WHOLE_ARCHIVE(aaruformat m)
|
||||
endif()
|
||||
|
||||
add_subdirectory(tests)
|
||||
add_subdirectory(tool)
|
||||
Reference in New Issue
Block a user