normalize includes: eqlaunch

This commit is contained in:
brainiac
2025-12-17 09:33:40 -08:00
committed by Alex
parent d306e139e8
commit 227553337e
6 changed files with 37 additions and 35 deletions
+1
View File
@@ -16,6 +16,7 @@ add_executable(eqlaunch ${eqlaunch_sources} ${eqlaunch_headers})
install(TARGETS eqlaunch RUNTIME DESTINATION ${CMAKE_INSTALL_PREFIX}/bin)
target_link_libraries(eqlaunch common)
target_include_directories(eqlaunch PRIVATE ..)
set(EXECUTABLE_OUTPUT_PATH ${PROJECT_BINARY_DIR}/bin)
set_property(TARGET eqlaunch PROPERTY FOLDER executables/tools)