mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-21 12:05:23 +00:00
Merge pull request #591 from Bigpet/cmakefix
use a include directory relative to the lists file
This commit is contained in:
commit
58421029c4
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
cmake_minimum_required(VERSION 2.8)
|
||||
|
||||
set (CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/rpcs3/cmake_modules")
|
||||
set (CMAKE_MODULE_PATH "${CMAKE_CURRENT_LIST_DIR}/cmake_modules")
|
||||
include(cotire)
|
||||
|
||||
project(rpcs3)
|
||||
|
|
Loading…
Add table
Reference in a new issue