Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
pjessesco committed Dec 31, 2024
1 parent 3485c4f commit 62313a4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ set(CMAKE_CXX_STANDARD 20)

include_directories(include)

if(TEST)
add_subdirectory(test)
endif()

add_executable(PeanutBenchmark peanut.cpp)
target_include_directories(PeanutBenchmark PUBLIC peanut)

Expand Down

0 comments on commit 62313a4

Please sign in to comment.