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
3
ascii_table/CMakeLists.txt
Normal file
3
ascii_table/CMakeLists.txt
Normal file
|
@ -0,0 +1,3 @@
|
|||
project(ASCIITable)
|
||||
set(SOURCES main.cpp)
|
||||
add_executable(${PROJECT_NAME} ${SOURCES})
|
Loading…
Add table
Add a link
Reference in a new issue