8
0
forked from pool/tinyobjloader

Accepting request 627465 from home:mnhauke

Initial packge for tinyobjloader

OBS-URL: https://build.opensuse.org/request/show/627465
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/tinyobjloader?expand=0&rev=1
This commit is contained in:
Ismail Dönmez
2018-08-06 13:38:44 +00:00
committed by Git OBS Bridge
commit c16a4b5b52
6 changed files with 132 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
diff --git a/CMakeLists.txt b/CMakeLists.txt
index acfcd3a..d696e22 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -38,7 +38,7 @@ set(tinyobjloader-examples-objsticher
#Install destinations
include(GNUInstallDirs)
-set(TINYOBJLOADER_CMAKE_DIR ${CMAKE_INSTALL_LIBDIR}/${PROJECT_NAME}/cmake)
+set(TINYOBJLOADER_CMAKE_DIR ${CMAKE_INSTALL_LIBDIR}/cmake)
set(TINYOBJLOADER_DOC_DIR ${CMAKE_INSTALL_DOCDIR})
set(TINYOBJLOADER_INCLUDE_DIR ${CMAKE_INSTALL_INCLUDEDIR})
set(TINYOBJLOADER_LIBRARY_DIR ${CMAKE_INSTALL_LIBDIR})