mirror of
https://github.com/reactos/CMake.git
synced 2024-12-15 23:57:44 +00:00
cb7f32f5b8
The QT_QMAKE_EXECUTABLE has to be passed through the cmake calls because the executable may not be in the PATH.
4 lines
97 B
CMake
4 lines
97 B
CMake
cmake_minimum_required(VERSION 2.8.11)
|
|
project(${RunCMake_TEST})
|
|
include(${RunCMake_TEST}.cmake)
|