fix(headers): moved all headers to fourdst/

This commit is contained in:
2025-06-22 04:50:50 -04:00
parent 3821639053
commit 84e8cdf083
6 changed files with 10 additions and 11 deletions

View File

@@ -1,11 +1,12 @@
#include <gtest/gtest.h>
#include "const.h"
#include <iostream>
#include <string>
#include <vector>
#include <set>
#include <sstream>
#include "fourdst/constants/const.h"
/**
* @file constTest.cpp
* @brief Unit tests for the const class.

View File

@@ -12,8 +12,6 @@ foreach test_file : test_sources
exe_name,
test_file,
dependencies: [gtest_dep, const_dep, gtest_main],
include_directories: include_directories('../../src/constants/public'),
link_with: libconst, # Link the dobj library
install_rpath: '@loader_path/../../src' # Ensure runtime library path resolves correctly
)