mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-18 20:53:50 -04:00
10 lines
303 B
CMake
10 lines
303 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/pstatserver)
|
|
add_subdirectory(src/gtk-stats)
|