Starting over

This commit is contained in:
kdeng00
2020-11-28 08:32:39 -05:00
commit 1995415b5e
4 changed files with 38 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
# CMakeList.txt : Top-level CMake project file, do global configuration
# and include sub-projects here.
#
cmake_minimum_required (VERSION 3.8)
project ("SpotifyDemo")
# Include sub-projects.
add_subdirectory ("SpotifyDemo")