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
Libraries
KOpeningHours
Commits
231f08ff
Commit
231f08ff
authored
Jan 11, 2022
by
Allen Winter
Browse files
PyKOpeningHours/CMakeLists.txt - include ${Boost_INCLUDE_DIR}
parent
3aba2927
Pipeline
#121919
passed with stage
in 59 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
PyKOpeningHours/CMakeLists.txt
View file @
231f08ff
...
...
@@ -22,7 +22,7 @@ target_compile_definitions(PyKOpeningHours PRIVATE KOPENINGHOURS_VALIDATOR_ONLY)
# Set up the libraries and header search paths for this target
target_link_libraries
(
PyKOpeningHours PUBLIC
${
Boost_LIBRARIES
}
${
PYTHON_LIBRARIES
}
KOpeningHours
)
target_include_directories
(
PyKOpeningHours PRIVATE
${
PYTHON_INCLUDE_DIRS
}
)
target_include_directories
(
PyKOpeningHours PRIVATE
${
Boost_INCLUDE_DIR
}
${
PYTHON_INCLUDE_DIRS
}
)
set
(
_install_dir lib/python
${
PYTHONLIBS_VERSION_MAJOR
}
.
${
PYTHONLIBS_VERSION_MINOR
}
/site-packages
)
...
...
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