Add assignment for ascii_table
Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
parent
e06858dcf5
commit
90a995b848
4 changed files with 126 additions and 3 deletions
|
@ -1,3 +1,3 @@
|
|||
project(helloworld)
|
||||
set(SOURCES main.cpp)
|
||||
project(HelloWorld)
|
||||
set(SOURCES main.cpp ../ascii_table/main.cpp)
|
||||
add_executable(${PROJECT_NAME} ${SOURCES})
|
Loading…
Add table
Add a link
Reference in a new issue