Commit db5c0ecd authored by Danila Slesarev's avatar Danila Slesarev
Browse files

fix(server): removed unnecessarily tracked file from git

parent dc6a7db4
1 merge request!1добавил исключения, функция in может работать без скобок, поправил внешний вид...
Showing with 0 additions and 19 deletions
+0 -19
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}
)
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment