Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 924c77fe authored by TAVERNIER Vincent's avatar TAVERNIER Vincent
Browse files

Fix cmakelists include order

parent 7fa9257c
No related branches found
Tags v0.0.10
No related merge requests found
...@@ -66,12 +66,12 @@ generate_export_header(shadertoy ...@@ -66,12 +66,12 @@ generate_export_header(shadertoy
# Include directories # Include directories
target_include_directories(shadertoy PRIVATE target_include_directories(shadertoy PRIVATE
${shadertoy_INCLUDE_DIRS}
${Boost_INCLUDE_DIR} ${Boost_INCLUDE_DIR}
${OPENGL_INCLUDE_DIRS} ${OPENGL_INCLUDE_DIRS}
${oglplus_INCLUDE_DIRS} ${oglplus_INCLUDE_DIRS}
${SOIL_INCLUDE_DIRS} ${SOIL_INCLUDE_DIRS}
${JPEG_INCLUDE_DIRS} ${JPEG_INCLUDE_DIRS})
${shadertoy_INCLUDE_DIRS})
# Link dependencies # Link dependencies
target_link_libraries(shadertoy target_link_libraries(shadertoy
......
libshadertoy (0.0.10) unstable; urgency=medium
* Fix CMakeLists.txt include order
-- Vincent Tavernier <vincent.tavernier@inria.fr> Fri, 23 Oct 2017 15:00:00 +0200
libshadertoy (0.0.9) unstable; urgency=medium libshadertoy (0.0.9) unstable; urgency=medium
* Various bug fixes * Various bug fixes
......
...@@ -12,7 +12,7 @@ Vcs-Git: https://gitlab.inria.fr/vtaverni/libshadertoy.git ...@@ -12,7 +12,7 @@ Vcs-Git: https://gitlab.inria.fr/vtaverni/libshadertoy.git
Vcs-Browser: https://gitlab.inria.fr/vtaverni/libshadertoy/tree/master Vcs-Browser: https://gitlab.inria.fr/vtaverni/libshadertoy/tree/master
Package: libshadertoy-dev Package: libshadertoy-dev
Version: 0.0.9 Version: 0.0.10
Section: libdevel Section: libdevel
Architecture: all Architecture: all
Depends: libshadertoy0 (= ${binary:Version}), ${misc:Depends}, Depends: libshadertoy0 (= ${binary:Version}), ${misc:Depends},
...@@ -21,7 +21,7 @@ Description: Development files for libshadertoy ...@@ -21,7 +21,7 @@ Description: Development files for libshadertoy
Development headers and documentation for libshadertoy Development headers and documentation for libshadertoy
Package: libshadertoy0 Package: libshadertoy0
Version: 0.0.9 Version: 0.0.10
Architecture: any Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends} Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Library for rendering ShaderToy programs using OpenGL Description: Library for rendering ShaderToy programs using OpenGL
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment