dconv 1.0
C++14 library for printing and parsing floating point numbers
Loading...
Searching...
No Matches
dconv/tests/CMakeLists.txt File Reference

Functions

 cmake_minimum_required (VERSION 3.22.1) find_package(GTest REQUIRED) add_executable(view.gtest view_test.cpp) target_link_libraries(view.gtest $
 
GTest::gtest_main pthread gtest_discover_tests (view.gtest) add_executable(atod.gtest atod_test.cpp) target_link_libraries(atod.gtest $
 
GTest::gtest_main pthread gtest_discover_tests (atod.gtest) add_executable(dtoa.gtest dtoa_test.cpp) target_link_libraries(dtoa.gtest $
 
GTest::gtest_main pthread gtest_discover_tests (dtoa.gtest) add_executable(roundtrip.gtest roundtrip_test.cpp) target_link_libraries(roundtrip.gtest $
 

Function Documentation

◆ cmake_minimum_required()

cmake_minimum_required ( VERSION 3.22. 1)

◆ gtest_discover_tests() [1/3]

GTest::gtest_main pthread gtest_discover_tests ( atod. gtest)

◆ gtest_discover_tests() [2/3]

GTest::gtest_main pthread gtest_discover_tests ( dtoa. gtest)

◆ gtest_discover_tests() [3/3]

GTest::gtest_main pthread gtest_discover_tests ( view. gtest)