Some cleanups to cmake build process

This commit is contained in:
James P. Howard, II
2022-08-11 22:10:27 -04:00
parent 40cbaced51
commit 82d96676d7
7 changed files with 99 additions and 126 deletions

View File

@@ -15,4 +15,4 @@ create_executable(
PUBLIC_LINKED_TARGETS fmt spdlog::spdlog kami::libkami
)
set_target_properties(${EXAMPLE_NAME} PROPERTIES VERSION ${KAMI_VERSION_STRING})
set_target_properties(${EXAMPLE_NAME} PROPERTIES VERSION ${VERSION_STRING})

View File

@@ -15,4 +15,4 @@ create_executable(
PUBLIC_LINKED_TARGETS fmt spdlog::spdlog kami::libkami
)
set_target_properties(${EXAMPLE_NAME} PROPERTIES VERSION ${KAMI_VERSION_STRING})
set_target_properties(${EXAMPLE_NAME} PROPERTIES VERSION ${VERSION_STRING})

View File

@@ -15,4 +15,4 @@ create_executable(
PUBLIC_LINKED_TARGETS fmt spdlog::spdlog kami::libkami
)
set_target_properties(${EXAMPLE_NAME} PROPERTIES VERSION ${KAMI_VERSION_STRING})
set_target_properties(${EXAMPLE_NAME} PROPERTIES VERSION ${VERSION_STRING})