fairygui / FairyGUI-cocos2dx

A flexible UI framework for Cocos2d-x

Home Page:https://www.fairygui.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cmake配置出错

wxyu247 opened this issue · comments

master分支
FairyGUI-cocos2dx/libfairygui/CMakeLists.txt:167 (add_library):
Cannot find source file:

Classes/treeview/TreeNode.cpp

Classes/treeview/TreeView.cpp

CMakeLists.txt好像没有随项目一起更新啊
我是在cocos2d的cmakelists.txt内添加命令生成工程的,这样打开cocos2d就有这个子项目了
add_subdirectory(/mypath/FairyGUI-cocos2dx/libfairygui ${ENGINE_BINARY_PATH}/FairyGUI)

commented

自己加进去,或者改好提个pr。我自己的环境不使用cmake,所以可能没有更新。