mirror of
				https://github.com/SuperBFG7/ympd
				synced 2025-10-31 05:43:01 +00:00 
			
		
		
		
	add libmpdclient header location to gcc-search path, fixes openbsd builds
This commit is contained in:
		| @@ -19,7 +19,7 @@ find_package(LibMPDClient REQUIRED) | ||||
| find_package(Threads REQUIRED) | ||||
|  | ||||
| configure_file(src/config.h.in ${PROJECT_BINARY_DIR}/config.h) | ||||
| include_directories(${PROJECT_BINARY_DIR} ${PROJECT_SOURCE_DIR}) | ||||
| include_directories(${PROJECT_BINARY_DIR} ${PROJECT_SOURCE_DIR}	${LIBMPDCLIENT_INCLUDE_DIR}) | ||||
|  | ||||
| include(CheckCSourceCompiles) | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Andrew Karpow
					Andrew Karpow