1. 14 Feb, 2016 1 commit
    • Peter Wu's avatar
      cmake: improve final variable list · c96cf1b3
      Peter Wu authored
      Remove build/host/target by a single target system name (CMake is
      different for cross-compiling, you are suggested to set
      CMAKE_TOOLCHAIN_FILE).
      
      Fix various library variables, remove CFLAGS (INCLUDE_DIRS could be used
      instead though, but I consider that minor information that could be
      added later if wanted).
      
      Fix various variable names (prefix, boost, etc.).
      c96cf1b3
  2. 13 Feb, 2016 39 commits