Skip to content

Commit

Permalink
add nice json parsing?idkwhattocallit
Browse files Browse the repository at this point in the history
  • Loading branch information
lsproule committed Nov 5, 2023
1 parent 71ebab2 commit 0b91c28
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ build/*
.cache/*
.cmake
Makefile
DartConfiguration.txt
config.toml
CMakeFiles
CMakeCache.txt
Expand Down
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -105,13 +105,13 @@ set(SOURCE_DIR src)
set(BUILD_DIR build)
set_target_properties(cmaker PROPERTIES RUNTIME_OUTPUT_DIRECTORY build)
install(TARGETS cmaker DESTINATION bin)
install(FILES cmaker-completion.zsh
install(FILES ./completions/cmaker-completion.zsh
DESTINATION /usr/local/share/zsh/site-functions/
RENAME _cmaker)
install(FILES cmaker-completion.bash
install(FILES ./completions/cmaker-completion.bash
DESTINATION /etc/bash_completion.d/
RENAME cmaker)
install(FILES cmaker-completion.fish
install(FILES ./completions/cmaker-completion.fish
DESTINATION /usr/share/fish/vendor_completions.d
RENAME cmaker.fish)

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 0b91c28

Please sign in to comment.