Open rayhero opened 6 years ago
I add below code to let generate can be done:
set(CMAKE_C_COMPILE_OBJECT
"
SET(CMAKE_C_CREATE_STATIC_LIBRARY
"
now I have a build folder. How can I test your method? my build folder structure is show below:
Please kindly help me to execute the project
I have the same problem. How can I test your method?
have you already cmake it? How can I test your method? my qq is 327464666
Hi Yang: I'm very impressive about your work. But I meet a problem when I try to build your project by myself. I follow your instruction to Configure and Generate the build by CMake. But I stuck on Generate model: CMake Error: Error required internal CMake variable not set, cmake may not be built correctly. Missing variable is: CMAKE_C_COMPILE_OBJECT CMake Error: Error required internal CMake variable not set, cmake may not be built correctly. Missing variable is: CMAKE_C_CREATE_STATIC_LIBRARY CMake Error: Error required internal CMake variable not set, cmake may not be built correctly. Missing variable is: CMAKE_C_COMPILE_OBJECT CMake Error: Error required internal CMake variable not set, cmake may not be built correctly. Missing variable is: CMAKE_C_COMPILE_OBJECT Generating done
How do I set thos variable to make Generate finish?