|
@@ -81,11 +81,17 @@ add_subdirectory(metalibs/pandaphysics)
|
|
|
# Now add the Python modules:
|
|
# Now add the Python modules:
|
|
|
set(CORE_MODULE_COMPONENTS
|
|
set(CORE_MODULE_COMPONENTS
|
|
|
p3chan p3char p3collide p3cull p3device p3dgraph p3display p3downloader p3dxml
|
|
p3chan p3char p3collide p3cull p3device p3dgraph p3display p3downloader p3dxml
|
|
|
- p3event p3express p3gobj p3grutil p3gsgbase p3linmath p3mathutil p3nativenet
|
|
|
|
|
- p3net p3movies p3parametrics p3pgraph p3pgraphnodes p3pgui p3pipeline
|
|
|
|
|
|
|
+ p3event p3express p3gobj p3grutil p3gsgbase p3linmath p3mathutil
|
|
|
|
|
+ p3movies p3parametrics p3pgraph p3pgraphnodes p3pgui p3pipeline
|
|
|
p3pnmimage p3pstatclient p3putil p3recorder p3text p3tform
|
|
p3pnmimage p3pstatclient p3putil p3recorder p3text p3tform
|
|
|
p3prc p3dtoolutil p3dtoolbase)
|
|
p3prc p3dtoolutil p3dtoolbase)
|
|
|
|
|
|
|
|
|
|
+if(WANT_NATIVE_NET)
|
|
|
|
|
+ list(APPEND CORE_MODULE_COMPONENTS p3nativenet)
|
|
|
|
|
+ if(HAVE_NET)
|
|
|
|
|
+ list(APPEND CORE_MODULE_COMPONENTS p3net)
|
|
|
|
|
+ endif()
|
|
|
|
|
+endif()
|
|
|
if(HAVE_AUDIO)
|
|
if(HAVE_AUDIO)
|
|
|
list(APPEND CORE_MODULE_COMPONENTS p3audio)
|
|
list(APPEND CORE_MODULE_COMPONENTS p3audio)
|
|
|
endif()
|
|
endif()
|