generated from Trianta/cpp-unity-template
Adjusted names for project
This commit is contained in:
parent
b932b14d79
commit
62ca36395f
@ -1,7 +1,7 @@
|
||||
cmake_minimum_required(VERSION 3.10)
|
||||
|
||||
project(
|
||||
something
|
||||
markov
|
||||
LANGUAGES CXX)
|
||||
|
||||
set(CMAKE_CXX_STANDARD 11 CACHE STRING "The C++ standard to use")
|
||||
|
@ -1,4 +1,4 @@
|
||||
# cpp-unity-template
|
||||
# markov-generator
|
||||
|
||||
## Compiling the project
|
||||
|
||||
@ -16,7 +16,7 @@ The program should now be compiled at build/bin/something
|
||||
|
||||
Simply run the program using:
|
||||
|
||||
build/bin/something
|
||||
build/bin/markov
|
||||
|
||||
## Testing the Project
|
||||
|
||||
@ -32,4 +32,4 @@ The program should now be compiled at build/bin/tests
|
||||
|
||||
Simply run the tests using:
|
||||
|
||||
build/bin/tests
|
||||
build/bin/tests
|
||||
|
@ -1,5 +1,5 @@
|
||||
add_executable(something
|
||||
add_executable(markov
|
||||
./main.cpp
|
||||
)
|
||||
|
||||
target_include_directories(something PUBLIC ${CMAKE_CURRENT_LIST_DIR})
|
||||
target_include_directories(markov PUBLIC ${CMAKE_CURRENT_LIST_DIR})
|
||||
|
Loading…
Reference in New Issue
Block a user