Skip to content

Instantly share code, notes, and snippets.

View gilzoide's full-sized avatar

Gil Barbosa Reis gilzoide

View GitHub Profile
@gilzoide
gilzoide / FindReplxx.cmake
Created July 7, 2018 14:59
FindReplxx CMake module
# FindReplxx
# -------------
# Locate replxx library. This module defines:
#
# REPLXX_FOUND - true if replxx library was found
# REPLXX_LIBRARIES - replxx library
# REPLXX_INCLUDE_DIRS - where to find replxx.hxx and replxx.h
# REPLXX_VERSION - the version of replxx found (parsed from header file)
find_path(REPLXX_INCLUDE_DIRS NAMES replxx.hxx replxx.h PATH_SUFFIXES replxx/include)