Got DNS working, started attempt at connecting with SSL
This commit is contained in:
parent
c422d26a63
commit
88f29def56
2 changed files with 37 additions and 5 deletions
|
@ -1,5 +1,5 @@
|
|||
cmake_minimum_required(VERSION 3.7)
|
||||
project(NSPRFun)
|
||||
project(oksirc)
|
||||
|
||||
set(CMAKE_CXX_STANDARD 11)
|
||||
|
||||
|
@ -12,6 +12,6 @@ find_package(FOX REQUIRED)
|
|||
include_directories(${NSPR_INCLUDE_DIRS} ${NSS_INCLUDE_DIRS} ${FOX_INCLUDE_DIR})
|
||||
|
||||
set(SOURCE_FILES main.cpp)
|
||||
add_executable(NSPRFun ${SOURCE_FILES})
|
||||
add_executable(oksirc ${SOURCE_FILES})
|
||||
|
||||
target_link_libraries(NSPRFun ${NSPR_LIBRARIES} ${NSS_LIBRARIES} ${FOX_LIBRARY})
|
||||
target_link_libraries(oksirc ${NSPR_LIBRARIES} ${NSS_LIBRARIES} ${FOX_LIBRARY})
|
Loading…
Add table
Add a link
Reference in a new issue