mirror of
https://github.com/intrepidcs/libicsneo.git
synced 2026-08-05 09:28:40 +02:00
5 lines
128 B
CMake
5 lines
128 B
CMake
set(CMAKE_SYSTEM_NAME Linux)
|
|
set(CMAKE_C_COMPILER gcc -m32)
|
|
set(CMAKE_CXX_COMPILER g++ -m32)
|
|
set(CMAKE_FIND_ROOT_PATH /usr/lib)
|