diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2020-10-14 19:51:42 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2020-10-14 19:54:16 +0300 |
commit | 53c959a6795d098d800d85750f21afa721750c56 (patch) | |
tree | 88e9302a655bea09324a37a1c4ae0bf1fc35d7c5 /test/CMakeLists.txt | |
parent | clang-format (diff) | |
download | winapi-common-53c959a6795d098d800d85750f21afa721750c56.tar.gz winapi-common-53c959a6795d098d800d85750f21afa721750c56.zip |
cmd_line.hpp: rework for this project
Diffstat (limited to 'test/CMakeLists.txt')
-rw-r--r-- | test/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 4c09bcd..55cdf34 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -1,6 +1,6 @@ find_package(Boost REQUIRED COMPONENTS unit_test_framework) -add_executable(unit_tests main.cpp error.cpp handle.cpp) +add_executable(unit_tests main.cpp cmd_line.cpp error.cpp handle.cpp) target_link_libraries(unit_tests PRIVATE winapi_common) target_link_libraries(unit_tests PRIVATE Boost::disable_autolinking Boost::unit_test_framework) set_target_properties(unit_tests PROPERTIES OUTPUT_NAME winapi-common-unit-tests) |