We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8909d9 commit e70e0adCopy full SHA for e70e0ad
CMakeLists.txt
@@ -3,4 +3,4 @@ project(fl_studio_plugin_organizer)
3
4
set(CMAKE_CXX_STANDARD 20)
5
6
-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)
0 commit comments