Mentions légales du service
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
libshadertoy
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
HUYNH Danh
libshadertoy
Commits
924c77fe
Commit
924c77fe
authored
7 years ago
by
TAVERNIER Vincent
Browse files
Options
Downloads
Patches
Plain Diff
Fix cmakelists include order
parent
7fa9257c
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
CMakeLists.txt
+2
-2
2 additions, 2 deletions
CMakeLists.txt
debian/changelog
+6
-0
6 additions, 0 deletions
debian/changelog
debian/control
+2
-2
2 additions, 2 deletions
debian/control
with
10 additions
and
4 deletions
CMakeLists.txt
+
2
−
2
View file @
924c77fe
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
debian/changelog
+
6
−
0
View file @
924c77fe
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
...
...
This diff is collapsed.
Click to expand it.
debian/control
+
2
−
2
View file @
924c77fe
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment