diff options
author | Egor Pugin <egor.pugin@gmail.com> | 2020-05-02 02:16:27 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-02 02:16:27 +0300 |
commit | 6436825328cd3bf4a1c964bc84638bc93cfaff1e (patch) | |
tree | cd933546a1bfc38e44c9487c2c4327ed569673bd /test/CMakeLists.txt | |
parent | c378b6fb97a30175e957c8ce0bd8ad7bf5bcbe7f (diff) | |
parent | 3b7da8cd1e2f77d73cc19533fc657ba10a80c8cd (diff) |
Merge pull request #139 from OgreTransporter/master
Various fixes
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 3f8249b..0cce236 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -7,5 +7,5 @@ set(TEST_SRC_LIST include_directories("${PROJECT_SOURCE_DIR}/test") add_executable(${PROJECT_NAME}_test ${TEST_SRC_LIST}) -target_link_libraries(${PROJECT_NAME}_test TgBot) +target_link_libraries(${PROJECT_NAME}_test ${PROJECT_NAME}) add_test(${PROJECT_NAME}_test ${PROJECT_NAME}_test) |