~ppsspp/ppsspp/ppsspp_1.3.0

« back to all changes in this revision

Viewing changes to ext/native/input/CMakeLists.txt

  • Committer: Sérgio Benjamim
  • Date: 2017-01-02 00:12:05 UTC
  • Revision ID: sergio_br2@yahoo.com.br-20170102001205-cxbta9za203nmjwm
1.3.0 source (from ppsspp_1.3.0-r160.p5.l1762.a165.t83~56~ubuntu16.04.1.tar.xz).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
set(SRCS
 
2
        input_state.cpp
 
3
        gesture_detector.cpp)
 
4
 
 
5
set(SRCS ${SRCS})
 
6
 
 
7
add_library(input STATIC ${SRCS})
 
8
target_link_libraries(input general gfx)
 
9
target_link_libraries(input general file)
 
10
 
 
11
if(UNIX)
 
12
  add_definitions(-fPIC)
 
13
endif(UNIX)