mirror of
https://github.com/CLIUtils/CLI11.git
synced 2025-05-01 05:03:52 +00:00
8 lines
163 B
CMake
8 lines
163 B
CMake
include(AddGoogletest)
|
|
|
|
add_executable(CLITest CLITest.cpp ${headers})
|
|
add_gtest(CLITest)
|
|
|
|
add_executable(SmallTest SmallTest.cpp ${headers})
|
|
add_gtest(SmallTest)
|