Skip to content

Commit

Permalink
add catch main target
Browse files Browse the repository at this point in the history
  • Loading branch information
rianquinn committed Apr 30, 2019
1 parent 7c37501 commit e1517d4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -216,4 +216,7 @@ if (NOT_SUBPROJECT)

include( CPack )

add_library(CatchMain examples/000-CatchMain.cpp)
target_include_directories(CatchMain PRIVATE ${CMAKE_CURRENT_LIST_DIR}/single_include)
install(TARGETS CatchMain DESTINATION ${CMAKE_INSTALL_LIBDIR})
endif(NOT_SUBPROJECT)

0 comments on commit e1517d4

Please sign in to comment.