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
No related tags found
No related merge requests found
......@@ -66,12 +66,12 @@ generate_export_header(shadertoy
# Include directories
target_include_directories(shadertoy PRIVATE
${shadertoy_INCLUDE_DIRS}
${Boost_INCLUDE_DIR}
${OPENGL_INCLUDE_DIRS}
${oglplus_INCLUDE_DIRS}
${SOIL_INCLUDE_DIRS}
${JPEG_INCLUDE_DIRS}
${shadertoy_INCLUDE_DIRS})
${JPEG_INCLUDE_DIRS})
# Link dependencies
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
* Various bug fixes
......
......@@ -12,7 +12,7 @@ Vcs-Git: https://gitlab.inria.fr/vtaverni/libshadertoy.git
Vcs-Browser: https://gitlab.inria.fr/vtaverni/libshadertoy/tree/master
Package: libshadertoy-dev
Version: 0.0.9
Version: 0.0.10
Section: libdevel
Architecture: all
Depends: libshadertoy0 (= ${binary:Version}), ${misc:Depends},
......@@ -21,7 +21,7 @@ Description: Development files for libshadertoy
Development headers and documentation for libshadertoy
Package: libshadertoy0
Version: 0.0.9
Version: 0.0.10
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
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