Skip to content

Commit 5598724

Browse files
committed
fix install dirs for vcc headers
1 parent a9678e5 commit 5598724

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vcc-std/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
add_custom_target(copy-vcc-files ALL COMMAND ${CMAKE_COMMAND} -E copy_directory ${CMAKE_CURRENT_SOURCE_DIR}/include ${CMAKE_CURRENT_BINARY_DIR}/../share/vcc/include/)
22
add_dependencies(shady copy-vcc-files)
33

4-
install(DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/../share/vcc/ DESTINATION share/vcc/include)
4+
install(DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/../share/vcc/ DESTINATION share/vcc)

0 commit comments

Comments
 (0)