draconisplusplus/subprojects/quill-4.2.0/benchmarks/compile_time/CMakeLists.txt

6 lines
233 B
CMake
Raw Normal View History

2024-06-02 06:03:21 -04:00
add_subdirectory(qwrapper)
add_executable(BENCHMARK_quill_compile_time compile_time_bench.cpp)
set_common_compile_options(BENCHMARK_quill_compile_time)
target_link_libraries(BENCHMARK_quill_compile_time qwrapper_compile_time_bench)