mirror of
https://github.com/unittest-cpp/unittest-cpp
synced 2026-09-26 16:19:30 +03:00
- Fixed include path in CMakeLists.txt
This commit is contained in:
parent
859e6250d2
commit
c23edddd15
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@ endif()
|
|||
file(GLOB TEST_SRCS RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} tests/*.cpp tests/*.h)
|
||||
source_group( "" FILES ${TEST_SRCS})
|
||||
add_executable(TestUnitTestPP ${TEST_SRCS})
|
||||
include_directories(UnitTest++)
|
||||
include_directories(.)
|
||||
|
||||
if(${UTPP_USE_PLUS_SIGN})
|
||||
set_target_properties(TestUnitTestPP PROPERTIES OUTPUT_NAME TestUnitTest++)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue