Skip to content

Commit f7d0b83

Browse files
committed
add cbor.h location prefix
1 parent 9710629 commit f7d0b83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ target_include_directories(tinycbor
147147
)
148148

149149
install(FILES
150-
src/cbor.h
150+
${PROJECT_SOURCE_DIR}/src/cbor.h
151151
${PROJECT_BINARY_DIR}/tinycbor-version.h
152152
${PROJECT_BINARY_DIR}/tinycbor-export.h
153153
TYPE INCLUDE

0 commit comments

Comments
 (0)