Skip to content
Snippets Groups Projects
Commit 62666793 authored by Lorenz Gruber's avatar Lorenz Gruber
Browse files

include external targets with relative paths

parent ff2257ea
Branches
No related tags found
No related merge requests found
Pipeline #66627 passed
......@@ -3,9 +3,9 @@ if (MSVC)
else()
add_compile_options(-Wall -Wextra -Wpedantic -Wconversion -Wno-unused-parameter -Wno-unused-function -fconcepts-diagnostics-depth=4)
endif()
include(${CMAKE_SOURCE_DIR}/extern/cli11.cmake)
include(${CMAKE_SOURCE_DIR}/extern/json.cmake)
include(${CMAKE_SOURCE_DIR}/extern/magic_enum.cmake)
include(../extern/cli11.cmake)
include(../extern/json.cmake)
include(../extern/magic_enum.cmake)
add_subdirectory(shapefile_splitter)
add_subdirectory(sda-workflow)
add_subdirectory(examples)
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment