~marcoil/glproxy/extensions-cleanup

« back to all changes in this revision

Viewing changes to tests/tfp/CMakeLists.txt

  • Committer: Jammy Zhou
  • Date: 2011-02-27 11:40:55 UTC
  • Revision ID: jammy.zhou@linaro.org-20110227114055-vmnt5fpenukqyndi
bump the version to 0.1.1

details see the debian/changelog

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
include_directories (${LIBGLPROXY_INCLUDES})
2
2
 
3
3
add_executable (egl_tfp matrix.c egl_tfp.c)
4
 
target_link_libraries (egl_tfp m ${X11_LIBRARIES} ${EGL_LIBRARY} GLProxy)
 
4
target_link_libraries (egl_tfp m X11 ${EGL_LIBRARY} GLProxy)
5
5
 
6
6
add_executable (glx_tfp glx_tfp.c)
7
 
target_link_libraries (glx_tfp ${X11_LIBRARIES} GLProxy)
 
7
target_link_libraries (glx_tfp X11 GLProxy)
8
8
 
9
9
install (TARGETS egl_tfp glx_tfp DESTINATION ${CMAKE_INSTALL_PREFIX}/bin)