12 2010 档案

摘要: 分为三步 声明类型及实例 注册定时器 释放定时器阅读全文
posted @ 2010-12-08 21:55 冷侃 阅读(768) | 评论 (0) 编辑
摘要: CMake出错CMake Error: CMake can not determine linker language for target因为无法决定用何种编译器,所以,需要加入当然要先把目标写上add_library(xxx STATIC ${lualite_STAT_SRCS})SET_TARGET_PROPERTIES(xxx PROPERTIES LINKER_LANGUAGE C)阅读全文
posted @ 2010-12-07 15:36 冷侃 阅读(159) | 评论 (0) 编辑