-
Recent Posts
Recent Comments
Archives
Categories
Meta
Category Archives: CMake notes
Interesting CMakeList.txt
Found this interesting CMakeList.txt based on some recomendation by Leon Pollak cmake_minimum_required(VERSION 2.6) project(VDTS) set(CMAKE_CXX_COMPILER /opt/rtems/bin/powerpc-rtems-g++) set(CMAKE_CXX_FLAGS “-ggdb3 -g3 -O0 -I/Projects -fno-strict-aliasing -Wall -qrtems -fmessage-length=0 -mcpu=603e -Dmpc8260 -specs /Projects/srv/rtems_bsp_specs_uMon -DDEBUG”) set(CMAKE_C_COMPILER /opt/rtems/bin/powerpc-rtems-gcc) set(CMAKE_C_FLAGS “-O0 -fno-strict-aliasing -Wall -qrtems -g3 -fmessage-length=0 -mcpu=603e … Continue reading
Posted in CMake notes
Leave a comment