update and change how we build with spdlog
This commit is contained in:
		
							
								
								
									
										17
									
								
								third_party/spdlog/cmake/spdlog.pc.in
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										17
									
								
								third_party/spdlog/cmake/spdlog.pc.in
									
									
									
									
										vendored
									
									
								
							| @@ -1,6 +1,11 @@ | ||||
| prefix=@CMAKE_INSTALL_PREFIX@ | ||||
| includedir=${prefix}/include | ||||
|  | ||||
| Name: @PROJECT_NAME@ | ||||
| Description: Super fast C++ logging library.  | ||||
| Version: @PROJECT_VERSION@ | ||||
| prefix=@CMAKE_INSTALL_PREFIX@ | ||||
| exec_prefix=${prefix} | ||||
| includedir=${prefix}/include | ||||
| libdir=${exec_prefix}/@CMAKE_INSTALL_LIBDIR@ | ||||
|  | ||||
| Name: lib@PROJECT_NAME@ | ||||
| Description: Fast C++ logging library. | ||||
| URL: https://github.com/gabime/@PROJECT_NAME@ | ||||
| Version: @SPDLOG_VERSION@ | ||||
| CFlags: -I${includedir}/@SPDLOG_CFLAGS@ | ||||
| Libs: -L${libdir}/@PROJECT_NAME@ -l@PROJECT_NAME@ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user