diff options
Diffstat (limited to 'src/CMakeLists.txt')
| -rw-r--r-- | src/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 4faabe9d5..a8769454b 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -668,6 +668,7 @@ install( ) if(BUILD_TESTING) + target_compile_definitions(dolphin PRIVATE BUILD_TESTING) add_subdirectory(tests) endif() |
