diff options
author | Daniil Cherednik <dan.cherednik@gmail.com> | 2023-09-13 00:38:55 +0200 |
---|---|---|
committer | Daniil Cherednik <dan.cherednik@gmail.com> | 2023-09-13 00:38:55 +0200 |
commit | 48d3c529237e0806b0ee46538fe60f920f97f7dc (patch) | |
tree | 9bb42ffaa4b87b0f4742f0f507118c9577549780 | |
parent | 9c0dbf84006b7219ef7e05ef324ae9c05d78a8c7 (diff) | |
download | atracdenc-48d3c529237e0806b0ee46538fe60f920f97f7dc.tar.gz |
Add install command
-rw-r--r-- | src/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index eb7a8d9..f8130f4 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -94,4 +94,4 @@ set(SOURCE_EXE ) add_executable(atracdenc ${SOURCE_EXE}) target_link_libraries(atracdenc pcm_io oma atracdenc_impl ${SNDFILE_LIBRARIES}) - +install(TARGETS atracdenc) |