diff options
| author | Johan B. C. Engelen <jbc.engelen@swissonline.ch> | 2008-04-10 12:36:35 +0000 |
|---|---|---|
| committer | johanengelen <johanengelen@users.sourceforge.net> | 2008-04-10 12:36:35 +0000 |
| commit | 20bb4e18c328ed82a0f3d61c2d4edc2002263792 (patch) | |
| tree | 507302f6c95430fe4317a676250747b0c1f8b350 /CMakeScripts/ConfigInkscapeDepends.cmake | |
| parent | adjust the file generation path fir sp-marshal to jive with the include vs ad... (diff) | |
| download | inkscape-20bb4e18c328ed82a0f3d61c2d4edc2002263792.tar.gz inkscape-20bb4e18c328ed82a0f3d61c2d4edc2002263792.zip | |
cmake: include javainc dir. please check if this works on linux and solaris too
(bzr r5399)
Diffstat (limited to 'CMakeScripts/ConfigInkscapeDepends.cmake')
| -rw-r--r-- | CMakeScripts/ConfigInkscapeDepends.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeScripts/ConfigInkscapeDepends.cmake b/CMakeScripts/ConfigInkscapeDepends.cmake index 0fc693154..88a95636d 100644 --- a/CMakeScripts/ConfigInkscapeDepends.cmake +++ b/CMakeScripts/ConfigInkscapeDepends.cmake @@ -50,6 +50,7 @@ ENDFOREACH(dep) # Include non pkg-config dependencies:
INCLUDE(FindBoost)
INCLUDE(FindGC)
+INCLUDE(IncludeJava)
# end Dependencies
# Optional Dependencies Packages
|
