Browse Source

CMake: Export pandatool targets under "Tools"

Sam Edwards 6 years ago
parent
commit
2a575bf1d8
1 changed files with 2 additions and 0 deletions
  1. 2 0
      pandatool/CMakeLists.txt

+ 2 - 0
pandatool/CMakeLists.txt

@@ -44,3 +44,5 @@ add_subdirectory(src/win-stats)
 add_subdirectory(src/xfile)
 add_subdirectory(src/xfileegg)
 add_subdirectory(src/xfileprogs)
+
+export_targets(Tools)