Skip to content

Commit

Permalink
Remove example
Browse files Browse the repository at this point in the history
  • Loading branch information
maede97 committed Oct 31, 2021
1 parent 7aa93bc commit cc581ba
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 45 deletions.
3 changes: 0 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@ set (CMAKE_CXX_STANDARD 17)
add_library(${PROJECT_NAME} INTERFACE)
target_include_directories(${PROJECT_NAME} INTERFACE include)

add_executable(example example.cpp)
target_link_libraries(example ${PROJECT_NAME})

option(BUILD_TESTS "Build Unittests" OFF)

if(${BUILD_TESTS})
Expand Down
42 changes: 0 additions & 42 deletions example.cpp

This file was deleted.

0 comments on commit cc581ba

Please sign in to comment.