Skip to content

Commit

Permalink
cmake: add binary to generated archive
Browse files Browse the repository at this point in the history
  • Loading branch information
amurzeau committed Jul 9, 2022
1 parent 0a9b301 commit e500570
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ project(guest-vm-sync-time-rtc VERSION ${GIT_VERSION_TRIMMED})
add_executable(${PROJECT_NAME} main.c)
target_compile_definitions(${PROJECT_NAME} PRIVATE _DEFAULT_SOURCE)
target_compile_definitions(${PROJECT_NAME} PRIVATE "VERSION=\"${GIT_VERSION}\"")
install(TARGETS ${PROJECT_NAME})


set(CPACK_GENERATOR TGZ)
Expand Down

0 comments on commit e500570

Please sign in to comment.