Skip to content

Commit

Permalink
Again build fix sug. by bbenz
Browse files Browse the repository at this point in the history
  • Loading branch information
martenrichter committed Mar 11, 2022
1 parent a693a84 commit 71ca31b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -813,6 +813,7 @@ ssl crypto)
file(GLOB SOURCE_FILES "src/*.cc" "src/*.h")
add_library(${PROJECT_NAME} SHARED ${SOURCE_FILES} ${CMAKE_JS_SRC})
set_target_properties(${PROJECT_NAME} PROPERTIES PREFIX "" SUFFIX ".node")
set_property(TARGET ${PROJECT_NAME} PROPERTY CXX_STANDARD 17)
target_include_directories(${PROJECT_NAME}
PUBLIC third_party/boringssl/src/include
PUBLIC ${CMAKE_JS_INC})
Expand Down

0 comments on commit 71ca31b

Please sign in to comment.