normalize includes: client_files

This commit is contained in:
brainiac
2025-12-17 09:17:00 -08:00
committed by Alex
parent 418e31911c
commit 723ca13482
4 changed files with 37 additions and 35 deletions
+1
View File
@@ -12,6 +12,7 @@ add_executable(export_client_files ${export_sources} ${export_headers})
install(TARGETS export_client_files RUNTIME DESTINATION ${CMAKE_INSTALL_PREFIX}/bin)
target_link_libraries(export_client_files common)
target_include_directories(export_client_files PRIVATE ../..)
set(EXECUTABLE_OUTPUT_PATH ${PROJECT_BINARY_DIR}/bin)
set_property(TARGET export_client_files PROPERTY FOLDER executables/tools)