Skip to content

Commit 70595c7

Browse files
committed
Fixup linting/formatting
1 parent a8ecc95 commit 70595c7

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

src/CMakeLists.txt

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
add_library(ncrypto ncrypto.cpp engine.cpp)
2-
target_link_libraries(ncrypto boringssl)
2+
target_link_libraries(ncrypto boringssl)
33

4-
target_include_directories(ncrypto
5-
PUBLIC
6-
$<BUILD_INTERFACE:${PROJECT_SOURCE_DIR}/include>
7-
$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/include>
8-
$<BUILD_INTERFACE:${CMAKE_SOURCE_DIR}>
9-
$<BUILD_INTERFACE:${boringssl_SOURCE_DIR}/include>
10-
)
4+
target_include_directories(
5+
ncrypto PUBLIC $<BUILD_INTERFACE : ${PROJECT_SOURCE_DIR} / include>
6+
$<BUILD_INTERFACE : ${CMAKE_CURRENT_SOURCE_DIR} / include>
7+
$<BUILD_INTERFACE : ${CMAKE_SOURCE_DIR}>
8+
$<BUILD_INTERFACE : ${boringssl_SOURCE_DIR} / include>)

0 commit comments

Comments
 (0)