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 authored Sep 16, 2023
1 parent 062837c commit 75f5b6f
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 75f5b6f

Please sign in to comment.