Move the new cmake directory into stuff/ to keep the top level clean

This commit is contained in:
Yamagi Burmeister 2015-08-11 21:24:17 +02:00
parent 6a059f2482
commit dcf1fb2501
3 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ endif(NOT CMAKE_BUILD_TYPE)
project (yquake2)
# Cmake module search path
set(CMAKE_MODULE_PATH ${CMAKE_CURRENT_LIST_DIR}/cmake/modules ${CMAKE_MODULE_PATH})
set(CMAKE_MODULE_PATH ${CMAKE_CURRENT_LIST_DIR}/stuff/cmake/modules ${CMAKE_MODULE_PATH})
# Add extended path for FreeBSD and Homebrew on OS X
list(APPEND CMAKE_PREFIX_PATH /usr/local)