Loading isis/CMakeLists.txt +1 −0 Original line number Diff line number Diff line Loading @@ -425,6 +425,7 @@ add_custom_target(docs COMMAND ${CMAKE_COMMAND} # On a clean build, all files will be copied over. add_custom_target(incs ALL COMMAND ${CMAKE_COMMAND} -E copy_if_different ${CMAKE_SOURCE_DIR}/src/*/objs/*/*.h ${CMAKE_SOURCE_DIR}/src/*/objs/*/*.hpp ${CMAKE_BINARY_DIR}/inc) add_dependencies(isis3 incs) # Add a custom build target to clean out everything that gets added to the source # directory during the build process. Loading Loading
isis/CMakeLists.txt +1 −0 Original line number Diff line number Diff line Loading @@ -425,6 +425,7 @@ add_custom_target(docs COMMAND ${CMAKE_COMMAND} # On a clean build, all files will be copied over. add_custom_target(incs ALL COMMAND ${CMAKE_COMMAND} -E copy_if_different ${CMAKE_SOURCE_DIR}/src/*/objs/*/*.h ${CMAKE_SOURCE_DIR}/src/*/objs/*/*.hpp ${CMAKE_BINARY_DIR}/inc) add_dependencies(isis3 incs) # Add a custom build target to clean out everything that gets added to the source # directory during the build process. Loading