Skip to content

Commit

Permalink
install inifile (required by compress.sh) (#1025)
Browse files Browse the repository at this point in the history
Co-authored-by: Enno Rehling <[email protected]>
  • Loading branch information
stm2 and ennorehling committed Nov 27, 2023
1 parent aa2f1a4 commit 009f06b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tools/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,5 @@ add_executable(atoi36
${CMAKE_SOURCE_DIR}/src/util/base36.c
)
target_include_directories(atoi36 PRIVATE ${CMAKE_SOURCE_DIR}/src/util)

install(TARGETS inifile DESTINATION "bin")

0 comments on commit 009f06b

Please sign in to comment.