Cmake integration (#4)

This commit is contained in:
Jan Kuhlmann
2024-11-12 17:17:12 +00:00
committed by GitHub
parent dd674e68e5
commit 60728a7c44
3 changed files with 42 additions and 2 deletions

View File

@@ -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