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>
@@ -14,8 +14,13 @@
#include <unistd.h>
#include <regex>
#ifdef TGLIB_TABLES_NAMESPACE
namespace TGLIB_TABLES_NAMESPACE
{
#else
namespace tables
{
#endif
using namespace std;
enum style_type