mirror of
https://github.com/nyanmisaka/mpp.git
synced 2025-12-26 11:17:44 +01:00
git-svn-id: https://10.10.10.66:8443/svn/MediaProcessPlatform/trunk/mpp@1114 6e48237b-75ef-9749-8fc9-41990f28c85a
6 lines
154 B
CMake
6 lines
154 B
CMake
cmake_minimum_required( VERSION 2.6.3 )
|
|
|
|
SET(CMAKE_SYSTEM_NAME Linux)
|
|
add_definitions(-fPIC)
|
|
add_definitions(-DSOFIA_3GR_LINUX)
|
|
include_directories(osal)
|