diff options
| author | luigi1111 <luigi1111w@gmail.com> | 2020-11-29 01:49:39 -0600 |
|---|---|---|
| committer | luigi1111 <luigi1111w@gmail.com> | 2020-11-29 01:49:39 -0600 |
| commit | 7a0334742ab6eecf4366b7cb69e3ae61f76c4a02 (patch) | |
| tree | 619dbb4fec87baffb5683f3f3ea043f96b163563 /tests/difficulty | |
| parent | 2be7a4c04f208b2461f91b7245feab3ba3013d72 (diff) | |
| parent | 8a282f64c9c99f584d2a1bd06a11ad5651cd2413 (diff) | |
| download | monzero-core-7a0334742ab6eecf4366b7cb69e3ae61f76c4a02.tar.gz monzero-core-7a0334742ab6eecf4366b7cb69e3ae61f76c4a02.tar.xz monzero-core-7a0334742ab6eecf4366b7cb69e3ae61f76c4a02.zip | |
Merge pull request #6937
8a282f6 Add RELINK_TARGETS, monero_add_target_no_relink and use monero_add_executable/monero_add_library where possible (mj-xmr) Add monero_add_minimal_executable and use in tests (mj-xmr)
Diffstat (limited to 'tests/difficulty')
| -rw-r--r-- | tests/difficulty/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/difficulty/CMakeLists.txt b/tests/difficulty/CMakeLists.txt index c5c3bfb02..231038440 100644 --- a/tests/difficulty/CMakeLists.txt +++ b/tests/difficulty/CMakeLists.txt @@ -31,7 +31,7 @@ set(difficulty_sources set(difficulty_headers) -add_executable(difficulty-tests +monero_add_minimal_executable(difficulty-tests ${difficulty_sources} ${difficulty_headers}) target_link_libraries(difficulty-tests |
