Added url parser class to find out which type of url is entered
This commit is contained in:
@@ -9,6 +9,7 @@ set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
|
||||
|
||||
add_executable(spotify-downloader
|
||||
src/main.cpp
|
||||
src/url_parser.cpp
|
||||
)
|
||||
|
||||
add_subdirectory(external/CLI11)
|
||||
|
||||
Reference in New Issue
Block a user