mirror of
https://github.com/aaru-dps/libaaruformat.git
synced 2025-12-16 19:24:40 +00:00
Move checksum source files to checksum directory in CMakeLists.txt
This commit is contained in:
@@ -126,11 +126,11 @@ add_library(aaruformat SHARED include/aaruformat/consts.h include/aaruformat/enu
|
||||
include/log.h
|
||||
src/ddt/hash_map.c
|
||||
include/aaruformat/hash_map.h
|
||||
src/md5.c
|
||||
src/checksum/md5.c
|
||||
include/md5.h
|
||||
src/sha1.c
|
||||
src/checksum/sha1.c
|
||||
include/sha1.h
|
||||
src/sha256.c
|
||||
src/checksum/sha256.c
|
||||
include/sha256.h)
|
||||
|
||||
include_directories(include include/aaruformat 3rdparty/uthash/include 3rdparty/uthash/src)
|
||||
|
||||
Reference in New Issue
Block a user