mirror of
https://github.com/tdulcet/Table-and-Graph-Libs.git
synced 2025-12-16 00:18:55 +08:00
Cmake integration (#4)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
// Teal Dulcet, CS546
|
||||
|
||||
#pragma once
|
||||
#include <iostream>
|
||||
#include <sstream>
|
||||
#include <cstring>
|
||||
@@ -19,8 +19,13 @@
|
||||
#include <sys/ioctl.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#ifdef TGLIB_GRAPHS_NAMESPACE
|
||||
namespace TGLIB_GRAPHS_NAMESPACE
|
||||
{
|
||||
#else
|
||||
namespace graphs
|
||||
{
|
||||
#endif
|
||||
using namespace std;
|
||||
|
||||
enum style_type
|
||||
|
||||
Reference in New Issue
Block a user