Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 64a24646 authored by Adrien Leman's avatar Adrien Leman Committed by hhakim
Browse files

modif ctest for windows

parent 48a69f35
Branches
Tags
No related merge requests found
......@@ -7,7 +7,7 @@ CMAKE_MINIMUM_REQUIRED(VERSION 2.8.4)
IF(WIN32)
#SET(CTEST_CMAKE_GENERATOR "Visual Studio 9 2008")
SET (CTEST_CMAKE_GENERATOR "MinGW Makefiles")
#SET (CTEST_CMAKE_GENERATOR "MinGW Makefiles")
SET (CTEST_SOURCE_DIRECTORY "faust_test")
SET (CTEST_BINARY_DIRECTORY "faust_test_build")
SET (CTEST_INSTALL_DIR "faust_output")
......
......@@ -33,7 +33,10 @@ REM # export version of gcc
set CC=C:\mingw-w64\mingw64\bin\gcc.exe
set CXX=C:\mingw-w64\mingw64\bin\g++.exe
set matlab="C:\Program Files\MATLAB\R2015b\bin\matlab.exe"
REM The compiler used is MinGW for windows
set (CTEST_CMAKE_GENERATOR "MinGW Makefiles")
REM set matlab="C:\Program Files\MATLAB\R2015b\bin\matlab.exe"
REM # /usr/local/bin/matlab in the PATH
REM #export PATH=/usr/local/bin:$PATH
REM # cuda in the PATH
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment