diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-06-29 14:41:51 +0200 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2025-06-29 14:45:50 +0200 |
| commit | 9158f48048eb8d56f4e9e6281d0c0b497690b4ee (patch) | |
| tree | ef72be3044a7464f0606216ddf17c5c38bb9e964 /examples/equiv/CMakeLists.txt | |
| parent | 5cd5d2bbad9976a1068cb610b10d80f6267f575f (diff) | |
feat: io/print.hpp: new print include header.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'examples/equiv/CMakeLists.txt')
| -rw-r--r-- | examples/equiv/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/equiv/CMakeLists.txt b/examples/equiv/CMakeLists.txt index a8ed6d3..8b29e23 100644 --- a/examples/equiv/CMakeLists.txt +++ b/examples/equiv/CMakeLists.txt @@ -9,4 +9,4 @@ project( add_executable(Equiv equiv.cc) set_property(TARGET Equiv PROPERTY CXX_STANDARD 20) -target_include_directories(Equiv PUBLIC ../../lib) +target_include_directories(Equiv PUBLIC ../../) |
