mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 02:15:43 -04:00
CMake: Don't use BUILDING_PANDAEXPRESS
This commit is contained in:
parent
a088e6aba5
commit
61ce0218e8
@ -68,7 +68,7 @@ set(P3DOWNLOADER_IGATEEXT
|
||||
)
|
||||
|
||||
composite_sources(p3downloader P3DOWNLOADER_SOURCES)
|
||||
add_component_library(p3downloader SYMBOL BUILDING_PANDAEXPRESS
|
||||
add_component_library(p3downloader SYMBOL BUILDING_PANDA_DOWNLOADER
|
||||
${P3DOWNLOADER_HEADERS} ${P3DOWNLOADER_SOURCES})
|
||||
target_link_libraries(p3downloader p3express p3pipeline)
|
||||
target_interrogate(p3downloader ALL EXTENSIONS ${P3DOWNLOADER_IGATEEXT})
|
||||
|
@ -144,7 +144,7 @@ set(P3EXPRESS_IGATEEXT
|
||||
|
||||
composite_sources(p3express P3EXPRESS_SOURCES)
|
||||
|
||||
add_component_library(p3express SYMBOL BUILDING_PANDAEXPRESS
|
||||
add_component_library(p3express SYMBOL BUILDING_PANDA_EXPRESS
|
||||
${P3EXPRESS_SOURCES} ${P3EXPRESS_HEADERS})
|
||||
|
||||
# p3express needs to include from p3interrogatedb for py_panda.h and extension.h
|
||||
|
Loading…
x
Reference in New Issue
Block a user