added files
CMake Build / build (ubuntu-latest) (push) Has been cancelled
CMake Build / build (ubuntu-latest) (push) Has been cancelled
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
cmake_minimum_required(VERSION 3.10)
|
||||
project(breakoutpp)
|
||||
|
||||
file(GLOB SOURCES
|
||||
main.cpp
|
||||
includes/*.cpp
|
||||
)
|
||||
|
||||
add_executable(breakoutpp ${SOURCES})
|
||||
target_include_directories(breakoutpp PRIVATE ${CMAKE_CURRENT_SOURCE_DIR}/includes)
|
||||
Reference in New Issue
Block a user