normalize includes: ucs

This commit is contained in:
brainiac
2025-12-18 00:27:40 -08:00
committed by Alex
parent b7fcee632e
commit ed2344dc99
12 changed files with 110 additions and 143 deletions
+1
View File
@@ -24,6 +24,7 @@ install(TARGETS ucs RUNTIME DESTINATION ${CMAKE_INSTALL_PREFIX}/bin)
add_definitions(-DUCS)
target_link_libraries(ucs common)
target_include_directories(ucs PRIVATE ..)
set(EXECUTABLE_OUTPUT_PATH ${PROJECT_BINARY_DIR}/bin)
set_property(TARGET ucs PROPERTY FOLDER executables/servers)