mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-27 07:03:36 -04:00
CMake: Only export Tools target if BUILD_TOOLS is on
[skip ci]
This commit is contained in:
parent
4ca495d828
commit
805f36ff92
@ -47,5 +47,7 @@ add_subdirectory(src/xfile)
|
||||
add_subdirectory(src/xfileegg)
|
||||
add_subdirectory(src/xfileprogs)
|
||||
|
||||
export_targets(Tools)
|
||||
if(BUILD_TOOLS)
|
||||
export_targets(Tools)
|
||||
endif()
|
||||
export_targets(ToolsDevel NAMESPACE "Panda3D::Tools::" COMPONENT ToolsDevel)
|
||||
|
Loading…
x
Reference in New Issue
Block a user