Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Register
Sign in
Toggle navigation
Menu
Владислав Будин
CardGen
Commits
db5c0ecd
Commit
db5c0ecd
authored
1 year ago
by
Danila Slesarev
Browse files
Options
Download
Patches
Plain Diff
fix(server): removed unnecessarily tracked file from git
parent
dc6a7db4
main
1 merge request
!1
добавил исключения, функция in может работать без скобок, поправил внешний вид...
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
python_tests/CMakeLists.txt
+0
-19
python_tests/CMakeLists.txt
with
0 additions
and
19 deletions
+0
-19
python_tests/CMakeLists.txt
deleted
100644 → 0
+
0
−
19
View file @
dc6a7db4
add_executable
(
python_loading main.cpp
)
find_package
(
Boost COMPONENTS filesystem system date_time python REQUIRED
)
message
(
"Include dirs of boost: "
${
Boost_INCLUDE_DIRS
}
)
message
(
"Libs of boost: "
${
Boost_LIBRARIES
}
)
find_package
(
PythonLibs REQUIRED
)
message
(
"Include dirs of Python: "
${
PYTHON_INCLUDE_DIRS
}
)
message
(
"Libs of Python: "
${
PYTHON_LIBRARIES
}
)
include_directories
(
${
Boost_INCLUDE_DIRS
}
${
PYTHON_INCLUDE_DIRS
}
)
target_link_libraries
(
python_loading
${
Boost_LIBRARIES
}
${
PYTHON_LIBRARIES
}
)
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
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
Menu
Explore
Projects
Groups
Topics
Snippets