Skip to content

Commit 33d7c5d

Browse files
committed
Install config.schema.json in the cmake install action
1 parent 47c2d98 commit 33d7c5d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,6 @@ find_package(SwiftASN1 CONFIG REQUIRED)
2929

3030
include(SwiftSupport)
3131

32+
install(FILES ${CMAKE_CURRENT_SOURCE_DIR}/config.schema.json DESTINATION share/sourcekit-lsp)
33+
3234
add_subdirectory(Sources)

0 commit comments

Comments
 (0)