mirror of
https://github.com/aaru-dps/libaaruformat.git
synced 2025-12-16 19:24:40 +00:00
Update CMakeLists.txt to include additional directories for dependencies
This commit is contained in:
@@ -129,7 +129,7 @@ add_library(aaruformat SHARED include/aaruformat/consts.h include/aaruformat/enu
|
|||||||
src/md5.c
|
src/md5.c
|
||||||
include/md5.h)
|
include/md5.h)
|
||||||
|
|
||||||
include_directories(include include/aaruformat)
|
include_directories(include include/aaruformat 3rdparty/uthash/include 3rdparty/uthash/src)
|
||||||
|
|
||||||
include(3rdparty/flac.cmake)
|
include(3rdparty/flac.cmake)
|
||||||
include(3rdparty/lzma.cmake)
|
include(3rdparty/lzma.cmake)
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ project(tests)
|
|||||||
|
|
||||||
# 'lib' is the folder with Google Test sources
|
# 'lib' is the folder with Google Test sources
|
||||||
add_subdirectory(lib)
|
add_subdirectory(lib)
|
||||||
include_directories(${gtest_SOURCE_DIR}/include ${gtest_SOURCE_DIR})
|
include_directories(${gtest_SOURCE_DIR}/include ${gtest_SOURCE_DIR} ../include ../3rdparty/uthash/include ../3rdparty/uthash/src)
|
||||||
|
|
||||||
# Find OpenSSL for tests that use it directly
|
# Find OpenSSL for tests that use it directly
|
||||||
find_package(OpenSSL QUIET)
|
find_package(OpenSSL QUIET)
|
||||||
|
|||||||
Reference in New Issue
Block a user