diff options
Diffstat (limited to 'src/crypto/x509v3/CMakeLists.txt')
-rw-r--r-- | src/crypto/x509v3/CMakeLists.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/crypto/x509v3/CMakeLists.txt b/src/crypto/x509v3/CMakeLists.txt index 5cc1b49..c7e6054 100644 --- a/src/crypto/x509v3/CMakeLists.txt +++ b/src/crypto/x509v3/CMakeLists.txt @@ -1,4 +1,4 @@ -include_directories(../../include) +include_directories(. .. ../../include) add_library( x509v3 @@ -46,7 +46,7 @@ add_library( add_executable( v3name_test - v3name_test.c + v3nametest.c $<TARGET_OBJECTS:test_support> ) @@ -56,7 +56,7 @@ target_link_libraries(v3name_test crypto) add_executable( tab_test - tab_test.c + tabtest.c $<TARGET_OBJECTS:test_support> ) |