star-stl

Load STereo Lithography (StL) file format
git clone git://git.meso-star.fr/star-stl.git
Log | Files | Refs | README | LICENSE

commit b5cd17fd6e7b65acdc44ceb01b102f711289bb29
parent ad3ee6ff73ec66837941aa6ea3269d504e3762b1
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Thu,  7 Jan 2016 10:55:30 +0100

Add the missing project name in the CMake script

Diffstat:
Mcmake/CMakeLists.txt | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt @@ -27,7 +27,7 @@ # knowledge of the CeCILL license and that you accept its terms. cmake_minimum_required(VERSION 2.8) -project( C) +project(star-stl C) enable_testing() option(NO_TEST "Do not compile the test pograms" OFF)