Install path
Compare changes
- Fernando Herrero authored
Add usage text. Check name has no whitespaces. Do not create bin and lib directories. Add CMakeLists plural variables _DIRS, _LIBRARIES, add gitlab-ci.yml file.
+ 116
− 48
@@ -6,6 +6,18 @@ PROJECT_DESC=
@@ -6,6 +6,18 @@ PROJECT_DESC=
@@ -25,7 +37,8 @@ do
@@ -25,7 +37,8 @@ do
@@ -36,46 +49,58 @@ case $TYPE in
@@ -36,46 +49,58 @@ case $TYPE in
@@ -147,30 +172,38 @@ fi
@@ -147,30 +172,38 @@ fi
@@ -188,69 +221,104 @@ then
@@ -188,69 +221,104 @@ then
echo "INSTALL(FILES "'${'"headers"'}' "DESTINATION include/iri/${PROJECT_NAME_VAR})" >> CMakeLists.tmp
echo "INSTALL(FILES ../Find$PROJECT_NAME_VAR.cmake DESTINATION "'${'"CMAKE_ROOT"'}'"/Modules/)" >> CMakeLists.tmp
@@ -271,12 +339,12 @@ else
@@ -271,12 +339,12 @@ else