forked from metin-server/m2dev-client-src
python 2.7 -> python 3.14
This commit is contained in:
6
extern/library/Python/CMakeLists.txt
vendored
6
extern/library/Python/CMakeLists.txt
vendored
@@ -1,3 +1,7 @@
|
||||
add_library(Python INTERFACE)
|
||||
target_include_directories(Python INTERFACE "${CMAKE_SOURCE_DIR}/extern/include")
|
||||
target_link_libraries(Python INTERFACE "${CMAKE_CURRENT_LIST_DIR}/python27_static.lib")
|
||||
target_link_libraries(Python INTERFACE
|
||||
"${CMAKE_CURRENT_LIST_DIR}/python314_static.lib"
|
||||
pathcch
|
||||
bcrypt
|
||||
)
|
||||
|
||||
BIN
extern/library/Python/python27_static.lib
vendored
BIN
extern/library/Python/python27_static.lib
vendored
Binary file not shown.
BIN
extern/library/Python/python314_static.lib
vendored
Normal file
BIN
extern/library/Python/python314_static.lib
vendored
Normal file
Binary file not shown.
Reference in New Issue
Block a user