﻿# CMakeList.txt : CMake project for SpotifyDemo, include source and define
# project specific logic here.
#
cmake_minimum_required (VERSION 3.8)

# Add source to this project's executable.
add_executable (SpotifyDemo "SpotifyDemo.cpp" "SpotifyDemo.h")

# TODO: Add tests and install targets if needed.
