We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be350c9 commit a3ea7a8Copy full SHA for a3ea7a8
tests/CMakeLists.txt
@@ -74,11 +74,11 @@ message(STATUS "Running compile-time tests ended.")
74
75
add_executable(oup_size_benchmark ${PROJECT_SOURCE_DIR}/tests/size_benchmark.cpp)
76
target_link_libraries(oup_size_benchmark PRIVATE oup::oup)
77
-add_platform_definitions(oup_tests)
+add_platform_definitions(oup_size_benchmark)
78
79
add_executable(oup_speed_benchmark
80
${PROJECT_SOURCE_DIR}/tests/speed_benchmark.cpp
81
${PROJECT_SOURCE_DIR}/tests/speed_benchmark_utility.cpp
82
${PROJECT_SOURCE_DIR}/tests/speed_benchmark_utility2.cpp)
83
target_link_libraries(oup_speed_benchmark PRIVATE oup::oup)
84
+add_platform_definitions(oup_speed_benchmark)
0 commit comments