Skip to content
Snippets Groups Projects
Verified Commit d4d2dc9a authored by Pavel Doležal's avatar Pavel Doležal
Browse files

CMake: Explicitly specify installation directory for CLI tools

parent b438f32a
No related branches found
No related tags found
1 merge request!30CLI tools for C-DNS file inspection
Pipeline #120993 passed
......@@ -80,7 +80,7 @@ if (BUILD_CLI_TOOLS)
add_executable(cdns-items src/bin/cdns_items.cpp)
target_link_libraries(cdns-items PUBLIC cdns)
install(TARGETS cdns-merge cdns-itemcount cdns-preamble cdns-blocks cdns-items RUNTIME)
install(TARGETS cdns-merge cdns-itemcount cdns-preamble cdns-blocks cdns-items RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR})
endif(BUILD_CLI_TOOLS)
if (BUILD_PYTHON_BINDINGS)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment