mirror of
https://github.com/mpusz/mp-units.git
synced 2025-08-03 20:34:26 +02:00
Subfolders reordered in CMake to help diagnose lack of testing dependencies
This commit is contained in:
@@ -42,9 +42,9 @@ set_warnings(TREAT_AS_ERRORS)
|
|||||||
# add project code
|
# add project code
|
||||||
add_subdirectory(src)
|
add_subdirectory(src)
|
||||||
|
|
||||||
# add usage example
|
|
||||||
add_subdirectory(example)
|
|
||||||
|
|
||||||
# add unit tests
|
# add unit tests
|
||||||
enable_testing()
|
enable_testing()
|
||||||
add_subdirectory(test)
|
add_subdirectory(test)
|
||||||
|
|
||||||
|
# add usage example
|
||||||
|
add_subdirectory(example)
|
||||||
|
Reference in New Issue
Block a user