I successfully ran java -jar native-obfuscator.jar
It gives me a cpp folder and jar file
when I try to type cmake .
it went wrong
-- Building for: NMake Makefiles
CMake Error at CMakeLists.txt:2 (project):
Running
'nmake' '-?'
failed with:
The system can not find the file specified。
CMake Error: CMAKE_C_COMPILER not set, after EnableLanguage
CMake Error: CMAKE_CXX_COMPILER not set, after EnableLanguage
-- Configuring incomplete, errors occurred!
I successfully ran java -jar native-obfuscator.jar It gives me a cpp folder and jar file when I try to type cmake . it went wrong
I want to know what should I do to make it work