Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
aidge_core
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Eclipse Projects
aidge
aidge_core
Commits
424f0c73
Commit
424f0c73
authored
11 months ago
by
Grégoire Kubler
Browse files
Options
Downloads
Patches
Plain Diff
fix : var name
parent
9bd747d6
No related branches found
No related tags found
2 merge requests
!212
Version 0.3.0
,
!116
feat/release_pip
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
CMakeLists.txt
+4
-2
4 additions, 2 deletions
CMakeLists.txt
with
4 additions
and
2 deletions
CMakeLists.txt
+
4
−
2
View file @
424f0c73
...
@@ -79,14 +79,16 @@ endif()
...
@@ -79,14 +79,16 @@ endif()
# PYTHON BINDING
# PYTHON BINDING
if
(
PYBIND
)
if
(
PYBIND
)
include
(
PybindModuleCreation
)
include
(
PybindModuleCreation
)
# retrieves pybind and python pkg and link them to _aidge_core
generate_python_binding
(
${
project
}
${
module_name
}
)
generate_python_binding
(
${
project
}
${
module_name
}
)
# Handles Python + pybind11 headers dependencies
# Handles Python + pybind11 headers dependencies
target_link_libraries
(
${
module_name
}
target_link_libraries
(
${
module_name
}
Python::Python
PRIVATE
${
Python_LIBRARIES
}
PUBLIC
PUBLIC
pybind11::pybind11
pybind11::pybind11
)
)
endif
()
endif
()
target_link_libraries
(
${
module_name
}
PUBLIC Threads::Threads fmt::fmt
)
target_link_libraries
(
${
module_name
}
PUBLIC Threads::Threads fmt::fmt
)
...
...
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