CMakeLists.txt 101 B

123456
  1. if (OPENELEC)
  2. add_subdirectory(openelec)
  3. endif(OPENELEC)
  4. find_all_sources(. SRC)
  5. add_sources(${SRC})