mirror of
https://github.com/ProgramSnail/snake_2024.git
synced 2026-01-09 21:24:57 +00:00
initial template changes, xmake integration
This commit is contained in:
parent
a1430a42aa
commit
b4a4ffc08a
7 changed files with 27 additions and 17 deletions
|
|
@ -1,10 +0,0 @@
|
|||
|
||||
# You are free to modify this file
|
||||
|
||||
cmake_minimum_required(VERSION 3.0)
|
||||
project(game)
|
||||
find_package(X11 REQUIRED)
|
||||
set(CMAKE_CONFIGURATION_TYPES "Debug" "Release")
|
||||
file(GLOB SRC *.cpp)
|
||||
add_executable(game ${SRC})
|
||||
target_link_libraries(game m X11)
|
||||
Loading…
Add table
Add a link
Reference in a new issue