Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
ar_sandbox_python
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
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
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
AR_Sandbox
ar_sandbox_python
Commits
a756f6be
Commit
a756f6be
authored
2 months ago
by
kevin.heirich
Browse files
Options
Downloads
Patches
Plain Diff
forgot to include the pybind headers, added it
parent
6f97b67a
No related branches found
No related tags found
1 merge request
!1
Update of install process
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
CMakeLists.txt
+2
-2
2 additions, 2 deletions
CMakeLists.txt
with
2 additions
and
2 deletions
CMakeLists.txt
+
2
−
2
View file @
a756f6be
...
@@ -40,7 +40,7 @@ include_directories(inc ${LIBSANDBOX_DIR}/inc)
...
@@ -40,7 +40,7 @@ include_directories(inc ${LIBSANDBOX_DIR}/inc)
set
(
PYBIND11_FINDPYTHON ON
)
set
(
PYBIND11_FINDPYTHON ON
)
find_package
(
pybind11 CONFIG REQUIRED
)
find_package
(
pybind11 CONFIG REQUIRED
)
#
include_directories(inc ${pybind11_INCLUDE_DIR})
include_directories
(
inc
${
pybind11_INCLUDE_DIR
}
)
# pybind11_add_module(sandbox_wrapper cpp/sandbox_wrapper.cpp)
# pybind11_add_module(sandbox_wrapper cpp/sandbox_wrapper.cpp)
...
@@ -85,4 +85,4 @@ add_custom_command(TARGET ${LIBNAME} POST_BUILD
...
@@ -85,4 +85,4 @@ add_custom_command(TARGET ${LIBNAME} POST_BUILD
# Installation de la bibliothèque et des fichiers d'en-tête
# Installation de la bibliothèque et des fichiers d'en-tête
install
(
TARGETS
${
LIBNAME
}
DESTINATION lib
)
install
(
TARGETS
${
LIBNAME
}
DESTINATION lib
)
install
(
DIRECTORY inc/ DESTINATION include
)
install
(
DIRECTORY inc/ DESTINATION include
)
\ No newline at end of file
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