Toolchain-gcc-m32.cmake 175 B

1234567
  1. # the name of the target operating system
  2. set(CMAKE_SYSTEM_NAME Linux)
  3. # which compilers to use for C and C++
  4. set(CMAKE_C_COMPILER gcc -m32)
  5. set(CMAKE_CXX_COMPILER g++ -m32)