mirror of
https://github.com/DarkStore-3DS/bannertool.git
synced 2026-07-05 00:39:25 +00:00
Initial commit.
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
cmake_minimum_required(VERSION 2.8.4)
|
||||
project(bannertool)
|
||||
|
||||
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11")
|
||||
|
||||
set(SOURCE_FILES source/main.cpp source/lz11.cpp source/lodepng.cpp)
|
||||
add_executable(bannertool ${SOURCE_FILES})
|
||||
Reference in New Issue
Block a user