It is necessary to build a library under a 32 bit application. How to do this using cmake?

  • Using a 32-bit compiler. - ixSci
  • So I have it - Andru
  • Then use it. CMake is a script generator, the bitness of the result depends on the selected compiler. - ixSci
  • just choose which compiler to use in CMAKE_******_COMPILER and that's it - Andrej Levkovitch

0