mirror of
				https://github.com/catchorg/Catch2.git
				synced 2025-10-31 20:27:11 +01:00 
			
		
		
		
	Fix typo in docs/cmake-integration.md
This commit is contained in:
		| @@ -34,7 +34,7 @@ target_link_libraries(tests PRIVATE Catch2::Catch2WithMain) | ||||
|  | ||||
| # These tests need their own main | ||||
| add_executable(custom-main-tests test.cpp test-main.cpp) | ||||
| target_link_libraries(custom-main-tests PRIVATE Catch2::Catch2WithMain) | ||||
| target_link_libraries(custom-main-tests PRIVATE Catch2::Catch2) | ||||
| ``` | ||||
|  | ||||
| These targets are also provided when Catch2 is used as a subdirectory. | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Martin Hořeňovský
					Martin Hořeňovský