rename binary
This commit is contained in:
parent
c39a2cea91
commit
ebbd20a5d1
|
@ -2,7 +2,7 @@
|
|||
image.ppm
|
||||
|
||||
# binary
|
||||
flark
|
||||
snoopy
|
||||
|
||||
# CMake
|
||||
# https://github.com/github/gitignore/blob/master/CMake.gitignore
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
cmake_minimum_required(VERSION 3.10)
|
||||
|
||||
project(flark)
|
||||
project(snoopy)
|
||||
|
||||
file(GLOB flark_src
|
||||
file(GLOB snoopy_src
|
||||
"src/*.h"
|
||||
"src/*.cpp"
|
||||
)
|
||||
|
||||
add_executable(flark ${flark_src})
|
||||
add_executable(snoopy ${snoopy_src})
|
||||
|
||||
|
|
Loading…
Reference in New Issue