Skip to content

Commit e70e0ad

Browse files
- Add GPLv3 license, README.
- Rename executable to `flspo`.
1 parent f8909d9 commit e70e0ad

File tree

4 files changed

+707
-1
lines changed

4 files changed

+707
-1
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ project(fl_studio_plugin_organizer)
33

44
set(CMAKE_CXX_STANDARD 20)
55

6-
add_executable(fl_studio_plugin_organizer main.cpp read.cpp read.h common.h write.cpp write.h error.h)
6+
add_executable(flspo main.cpp read.cpp read.h common.h write.cpp write.h error.h)

0 commit comments

Comments
 (0)