normalize includes: shared_memory

This commit is contained in:
brainiac
2025-12-17 09:35:43 -08:00
committed by Alex
parent 91defcad99
commit 2c6d8795f9
6 changed files with 38 additions and 43 deletions
+1
View File
@@ -16,6 +16,7 @@ add_executable(shared_memory ${shared_memory_sources} ${shared_memory_headers})
install(TARGETS shared_memory RUNTIME DESTINATION ${CMAKE_INSTALL_PREFIX}/bin)
target_link_libraries(shared_memory common)
target_include_directories(shared_memory PRIVATE ..)
set(EXECUTABLE_OUTPUT_PATH ${PROJECT_BINARY_DIR}/bin)
set_property(TARGET shared_memory PROPERTY FOLDER executables/servers)