File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -7,9 +7,9 @@ find_package(PkgConfig REQUIRED)
7
7
find_package (Gcrypt 1.6.0 REQUIRED )
8
8
pkg_check_modules (BASEENCODE REQUIRED baseencode>=1.0.5 )
9
9
10
- include_directories (${GCRYPT_INCLUDE_DIR} ${BASEENCODE_INCLUDE_DIR } )
10
+ include_directories (${GCRYPT_INCLUDE_DIR} ${BASEENCODE_INCLUDE_DIRS } )
11
11
12
- link_directories (${GCRYPT_LIBRARY_DIRS} ${BASEENCODE_LIBRARY_DIR } )
12
+ link_directories (${GCRYPT_LIBRARY_DIRS} ${BASEENCODE_LIBRARY_DIRS } )
13
13
14
14
enable_testing ()
15
15
add_subdirectory (tests )
@@ -30,7 +30,7 @@ set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3")
30
30
31
31
add_library (cotp SHARED ${SOURCE_FILES} )
32
32
33
- target_link_libraries (cotp ${GCRYPT_LIBRARIES} ${BASEENCODE_LIBRARY } )
33
+ target_link_libraries (cotp ${GCRYPT_LIBRARIES} ${BASEENCODE_LIBRARIES } )
34
34
35
35
set_target_properties (cotp PROPERTIES VERSION ${BUILD_VERSION} SOVERSION ${BUILD_MAJOR} )
36
36
You can’t perform that action at this time.
0 commit comments