Skip to content

Commit

Permalink
- Add GPLv3 license, README.
Browse files Browse the repository at this point in the history
- Rename executable to `flspo`.
  • Loading branch information
laurence-myers committed Mar 7, 2022
1 parent f8909d9 commit e70e0ad
Show file tree
Hide file tree
Showing 4 changed files with 707 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ project(fl_studio_plugin_organizer)

set(CMAKE_CXX_STANDARD 20)

add_executable(fl_studio_plugin_organizer main.cpp read.cpp read.h common.h write.cpp write.h error.h)
add_executable(flspo main.cpp read.cpp read.h common.h write.cpp write.h error.h)
Loading

0 comments on commit e70e0ad

Please sign in to comment.