Skip to content
This repository was archived by the owner on Nov 28, 2025. It is now read-only.

Commit a13e6ff

Browse files
committed
unitTesting → tests
1 parent 62982b5 commit a13e6ff

15 files changed

+2
-8
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ SET(DOXYGEN_USE_MATHJAX YES)
2626
INCLUDE(cmake/base.cmake)
2727
INCLUDE(cmake/boost.cmake)
2828
INCLUDE(cmake/python.cmake)
29+
INCLUDE(cmake/sphinx.cmake)
2930

3031
# Project definition
3132
COMPUTE_PROJECT_ARGS(PROJECT_ARGS LANGUAGES CXX)
@@ -80,7 +81,6 @@ ENDIF(NOT INSTALL_PYTHON_INTERFACE_ONLY)
8081

8182
ADD_SUBDIRECTORY(src)
8283
ADD_SUBDIRECTORY(python)
83-
ADD_SUBDIRECTORY(doc)
84-
ADD_SUBDIRECTORY(unitTesting)
84+
ADD_SUBDIRECTORY(tests)
8585

8686
PKG_CONFIG_APPEND_LIBS(${PROJECT_NAME})

doc/CMakeLists.txt

Lines changed: 0 additions & 6 deletions
This file was deleted.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)