Skip to content

Commit

Permalink
Merge remote-tracking branch 'proplib-template/main' into cross-platf…
Browse files Browse the repository at this point in the history
…orm-cli-driver
  • Loading branch information
aromanielloNTIA committed Oct 31, 2024
2 parents 03aa651 + 2edece4 commit 31120fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ add_definitions(-DDRIVER_NAME="${DRIVER_NAME}")
set_target_properties(
${DRIVER_NAME} PROPERTIES
VERSION ${PROJECT_VERSION}
SOVERSION ${PROJECT_VERSION_MAJOR} # Include version in .so output filenames
OUTPUT_NAME ${DRIVER_NAME}-${DRIVER_VERSION}
LIBRARY_OUTPUT_DIRECTORY ${DRIVER_EXE_DIR}
ARCHIVE_OUTPUT_DIRECTORY ${DRIVER_EXE_DIR}
RUNTIME_OUTPUT_DIRECTORY ${DRIVER_EXE_DIR}
Expand Down

0 comments on commit 31120fb

Please sign in to comment.