mirror of
https://github.com/mpusz/mp-units.git
synced 2025-08-03 04:14:27 +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_subdirectory(src)
|
||||
|
||||
# add usage example
|
||||
add_subdirectory(example)
|
||||
|
||||
# add unit tests
|
||||
enable_testing()
|
||||
add_subdirectory(test)
|
||||
|
||||
# add usage example
|
||||
add_subdirectory(example)
|
||||
|
Reference in New Issue
Block a user