mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-18 20:53:50 -04:00
CMake: Remove references to genPyCode
This commit is contained in:
parent
0783013ecd
commit
71836f09e3
@ -461,16 +461,6 @@ else()
|
|||||||
set(USE_DEBUG_PYTHON OFF)
|
set(USE_DEBUG_PYTHON OFF)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
set(GENPYCODE_LIBS
|
|
||||||
"libpandaexpress;libpanda;libpandaphysics;libp3direct;libpandafx;libp3vision;libpandaode;libp3vrpn"
|
|
||||||
CACHE STRING
|
|
||||||
"Define the default set of libraries to be instrumented by
|
|
||||||
genPyCode. You may wish to add to this list to add your own
|
|
||||||
libraries, or if you want to use some of the more obscure
|
|
||||||
interfaces like libpandaegg and libpandafx.")
|
|
||||||
|
|
||||||
mark_as_advanced(GENPYCODE_LIBS)
|
|
||||||
|
|
||||||
option(INSTALL_PYTHON_SOURCE
|
option(INSTALL_PYTHON_SOURCE
|
||||||
"Normally, Python source files are copied into the CMake library
|
"Normally, Python source files are copied into the CMake library
|
||||||
install directory, along with the compiled C++ library objects, when
|
install directory, along with the compiled C++ library objects, when
|
||||||
|
Loading…
x
Reference in New Issue
Block a user