This website works better with JavaScript
Trang chủ
Khám phá
Trợ giúp
Đăng nhập
cpp
/
panda3d
mirror of
https://github.com/panda3d/panda3d
Xem
2
Star
0
Fork
0
Các tập tin
Các vấn đề
0
Wiki
Browse Source
CMake: Don't build egg-mkfont without Freetype
Sam Edwards
6 năm trước cách đây
mục cha
69ff54a3d4
commit
1eaf1654cd
1 tập tin đã thay đổi
với
1 bổ sung
và
1 xóa
View chưa được định nghĩa
Hiển thị tình trạng sai khác
1
1
pandatool/src/egg-mkfont/CMakeLists.txt
+ 1
- 1
pandatool/src/egg-mkfont/CMakeLists.txt
Xem Tập Tin
@@ -1,4 +1,4 @@
-if(NOT HAVE_EGG)
+if(NOT HAVE_EGG
OR NOT HAVE_FREETYPE
)
return()
return()
endif()
endif()