Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
record
sunflo
Commits
77c94f5b
Commit
77c94f5b
authored
Dec 07, 2021
by
Ronan Trépos
Browse files
cmake: update FindVLE.cmake
parent
2a562766
Changes
2
Hide whitespace changes
Inline
Side-by-side
sunflo/cmake/FindVLE.cmake
View file @
77c94f5b
...
...
@@ -108,7 +108,7 @@ foreach (_find_vle_test_version ${_find_vle_all_versions})
"[HKEY_LOCAL_MACHINE
\\
SOFTWARE
\\
VLE Development Team
\\
Wow6432Node
\\
VLE
${
_find_vle_test_version
}
;]/bin"
NO_DEFAULT_PATH
)
find_path
(
_vle_base_lib libvle-
${
_find_vle_test_version
}
.a PATHS
find_path
(
_vle_base_lib libvle-
${
_find_vle_test_version
}
.
dll.
a PATHS
$ENV{VLE_BASEPATH}/lib
${
VLE_BASEPATH_LOCAL
}
/lib
"[HKEY_LOCAL_MACHINE
\\
SOFTWARE
\\
VLE Development Team
\\
VLE
${
_find_vle_test_version
}
;Path]/lib"
...
...
@@ -124,14 +124,13 @@ foreach (_find_vle_test_version ${_find_vle_all_versions})
if
(
_vle_base_include AND _vle_base_bin AND _vle_base_lib
)
set
(
VLE_INCLUDE_DIRS
${
_vle_base_include
}
/vle-
${
_find_vle_test_version
}
;
${
_vle_base_include
}
;
${
_vle_base_include
}
/libxml2
)
${
_vle_base_include
}
/vle-
${
_find_vle_test_version
}
;
${
_vle_base_include
}
)
set
(
VLE_LIBRARY_DIRS
${
_vle_base_bin
}
;
${
_vle_base_lib
}
)
set
(
VLE_LIBRARIES
vle-
${
_find_vle_test_version
}
xml2
intl
)
vle-
${
_find_vle_test_version
}
expat
intl
)
set
(
VLE_SHARE_DIR
"
${
_vle_base_include
}
/../share/vle-
${
_find_vle_test_version
}
"
)
...
...
sunflo_test/cmake/FindVLE.cmake
View file @
77c94f5b
...
...
@@ -108,7 +108,7 @@ foreach (_find_vle_test_version ${_find_vle_all_versions})
"[HKEY_LOCAL_MACHINE
\\
SOFTWARE
\\
VLE Development Team
\\
Wow6432Node
\\
VLE
${
_find_vle_test_version
}
;]/bin"
NO_DEFAULT_PATH
)
find_path
(
_vle_base_lib libvle-
${
_find_vle_test_version
}
.a PATHS
find_path
(
_vle_base_lib libvle-
${
_find_vle_test_version
}
.
dll.
a PATHS
$ENV{VLE_BASEPATH}/lib
${
VLE_BASEPATH_LOCAL
}
/lib
"[HKEY_LOCAL_MACHINE
\\
SOFTWARE
\\
VLE Development Team
\\
VLE
${
_find_vle_test_version
}
;Path]/lib"
...
...
@@ -124,14 +124,13 @@ foreach (_find_vle_test_version ${_find_vle_all_versions})
if
(
_vle_base_include AND _vle_base_bin AND _vle_base_lib
)
set
(
VLE_INCLUDE_DIRS
${
_vle_base_include
}
/vle-
${
_find_vle_test_version
}
;
${
_vle_base_include
}
;
${
_vle_base_include
}
/libxml2
)
${
_vle_base_include
}
/vle-
${
_find_vle_test_version
}
;
${
_vle_base_include
}
)
set
(
VLE_LIBRARY_DIRS
${
_vle_base_bin
}
;
${
_vle_base_lib
}
)
set
(
VLE_LIBRARIES
vle-
${
_find_vle_test_version
}
xml2
intl
)
vle-
${
_find_vle_test_version
}
expat
intl
)
set
(
VLE_SHARE_DIR
"
${
_vle_base_include
}
/../share/vle-
${
_find_vle_test_version
}
"
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment