add custom CMake module path

This commit is contained in:
Rich Wareham 2014-02-24 20:54:45 +00:00 committed by Thiago de Arruda
parent def17b25fe
commit 809885ea7d

View File

@ -1,6 +1,9 @@
cmake_minimum_required (VERSION 2.6)
project (NEOVIM)
# Point CMake at any custom modules we may ship
set(CMAKE_MODULE_PATH "${PROJECT_SOURCE_DIR}/cmake")
set(NEOVIM_VERSION_MAJOR 0)
set(NEOVIM_VERSION_MINOR 0)
set(NEOVIM_VERSION_PATCH 0)