Moves glm, GSL and libpng to 3rdparty

Moves glm and GSL to 3rdparty
Moves libpng to 3rdparty
This commit is contained in:
AnnieL
2016-03-20 01:05:03 +00:00
parent 6182f5346d
commit 38f93461d1
275 changed files with 12 additions and 20 deletions
+13
View File
@@ -0,0 +1,13 @@
## This file should be placed in the root directory of your project.
## Then modify the CMakeLists.txt file in the root directory of your
## project to incorporate the testing dashboard.
## # The following are required to uses Dart and the Cdash dashboard
## ENABLE_TESTING()
## INCLUDE(CTest)
set(CTEST_PROJECT_NAME "GLM")
set(CTEST_NIGHTLY_START_TIME "00:00:00 EST")
set(CTEST_DROP_METHOD "http")
set(CTEST_DROP_SITE "my.cdash.org")
set(CTEST_DROP_LOCATION "/submit.php?project=GLM")
set(CTEST_DROP_SITE_CDASH TRUE)