Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
GordonSmith committed Mar 19, 2024
1 parent 4d12b19 commit b23ef3e
Show file tree
Hide file tree
Showing 11 changed files with 1 addition and 219 deletions.
30 changes: 0 additions & 30 deletions documentation/CMakeLists.txt

This file was deleted.

31 changes: 0 additions & 31 deletions documentation/Doxyfile

This file was deleted.

19 changes: 0 additions & 19 deletions documentation/conf.py

This file was deleted.

5 changes: 0 additions & 5 deletions documentation/pages/about.dox

This file was deleted.

31 changes: 0 additions & 31 deletions include/greeter/greeter.h

This file was deleted.

20 changes: 0 additions & 20 deletions source/greeter.cpp

This file was deleted.

29 changes: 0 additions & 29 deletions standalone/CMakeLists.txt

This file was deleted.

53 changes: 0 additions & 53 deletions standalone/source/main.cpp

This file was deleted.

2 changes: 1 addition & 1 deletion test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ find_package(doctest CONFIG REQUIRED)
# ---- Create binary ----

include_directories(../src)
file(GLOB sources CONFIGURE_DEPENDS ${CMAKE_CURRENT_SOURCE_DIR}/source/*.cpp)
file(GLOB sources CONFIGURE_DEPENDS ${CMAKE_CURRENT_SOURCE_DIR}/*.cpp)
add_executable(${PROJECT_NAME} ${sources})
target_link_libraries(${PROJECT_NAME} doctest::doctest component-model-cpp)
set_target_properties(${PROJECT_NAME} PROPERTIES CXX_STANDARD 20)
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit b23ef3e

Please sign in to comment.