mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 10:54:24 -04:00
13 lines
391 B
CMake
13 lines
391 B
CMake
if(NOT BUILD_PANDA)
|
|
message(FATAL_ERROR "Cannot build pandatool without panda! Please enable the BUILD_PANDA option.")
|
|
endif()
|
|
|
|
# Include pandatool source directories
|
|
add_subdirectory(src/pandatoolbase)
|
|
add_subdirectory(src/progbase)
|
|
add_subdirectory(src/converter)
|
|
add_subdirectory(src/eggbase)
|
|
add_subdirectory(src/bam)
|
|
add_subdirectory(src/pstatserver)
|
|
add_subdirectory(src/gtk-stats)
|