2022-11-03 08:54:35 +01:00
|
|
|
add_library(IntersectionHandler intersection_handler.cpp)
|
|
|
|
set_target_properties(IntersectionHandler PROPERTIES VERSION ${PROJECT_VERSION})
|
|
|
|
|
2023-01-15 22:34:56 +01:00
|
|
|
#target_include_directories(IntersectionHandler PRIVATE ${Utils_SOURCE_DIRS})
|
|
|
|
target_include_directories(IntersectionHandler PRIVATE ${Utils_SOURCE_DIRS})
|
|
|
|
target_include_directories(IntersectionHandler PUBLIC .)
|
2022-11-10 17:17:24 +01:00
|
|
|
target_link_libraries( IntersectionHandler Utils)
|
|
|
|
|
2022-11-03 08:54:35 +01:00
|
|
|
set(CPACK_PROJECT_NAME ${PROJECT_NAME})
|
|
|
|
set(CPACK_PROJECT_VERSION ${PROJECT_VERSION})
|
|
|
|
include(CPack)
|