Skip to content

Commit

Permalink
include main directory.
Browse files Browse the repository at this point in the history
  • Loading branch information
ElektrikAkar committed Jul 26, 2024
1 parent 97728d3 commit 4091af3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ cmake_minimum_required(VERSION 3.21)
add_library(src STATIC
paperCode.cpp)


target_include_directories(src PUBLIC .)

#add_definitions(-DSLIDE_ROOT_DIR="${CMAKE_CURRENT_SOURCE_DIR}/../")

add_subdirectory(types)
Expand Down
2 changes: 1 addition & 1 deletion tests/unit/Converter_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Author(s): Jorn Reniers
*/

#include "../../src/slide.hpp"
#include "slide.hpp"

#include <catch2/catch_test_macros.hpp>
#include <catch2/matchers/catch_matchers_string.hpp>
Expand Down

0 comments on commit 4091af3

Please sign in to comment.