CMake for Windows #128

Closed
opened 2021-03-11 03:23:05 +00:00 by AlexVdberg · 1 comment
AlexVdberg commented 2021-03-11 03:23:05 +00:00 (Migrated from github.com)

Step 1: Write makefile to compile c++
Step 2: make works on Linux
Step 3: Windows doesn't have make. Write CmakeLists.txt for cmake
Step 4: cmake works on Linux
Step 5: test on Windows
Step 6: cmake fails to compile on Windows
Step 7: cry.

Step 1: Write makefile to compile c++ Step 2: make works on Linux Step 3: Windows doesn't have make. Write CmakeLists.txt for cmake Step 4: cmake works on Linux Step 5: test on Windows Step 6: cmake fails to compile on Windows Step 7: cry.
AlexVdberg commented 2021-03-15 01:30:55 +00:00 (Migrated from github.com)

run npm run make-cpp-win
...I think

run `npm run make-cpp-win` ...I think
Sign in to join this conversation.
No description provided.