We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9678e5 commit 5598724Copy full SHA for 5598724
vcc-std/CMakeLists.txt
@@ -1,4 +1,4 @@
1
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/)
2
add_dependencies(shady copy-vcc-files)
3
4
-install(DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/../share/vcc/ DESTINATION share/vcc/include)
+install(DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/../share/vcc/ DESTINATION share/vcc)
0 commit comments