Skip to content

Commit

Permalink
Fix missing char in CMake
Browse files Browse the repository at this point in the history
  • Loading branch information
oclero committed Nov 10, 2021
1 parent fd944ad commit 78f288d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ target_include_directories(${LIB_TARGET_NAME}
PUBLIC
$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/include>
PRIVATE
$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/src
$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/src>
)

target_link_libraries(${LIB_TARGET_NAME}
Expand Down

0 comments on commit 78f288d

Please sign in to comment.