Implemented Buzzer
This commit is contained in:
9
CMakeLists.txt
Normal file
9
CMakeLists.txt
Normal file
@@ -0,0 +1,9 @@
|
||||
cmake_minimum_required(VERSION 3.16)
|
||||
project(chocochip8)
|
||||
SET(CMAKE_BUILD_TYPE Debug)
|
||||
|
||||
add_subdirectory(submodules/sdl2)
|
||||
|
||||
SET(CMAKE_EXPORT_COMPILE_COMMANDS ON)
|
||||
add_executable(chocochip8 main.cpp Buzzer.cpp)
|
||||
target_link_libraries(chocochip8 SDL2::SDL2-static)
|
||||
Reference in New Issue
Block a user