~tom-gall/libjpeg-turbo/upstream-1.2

« back to all changes in this revision

Viewing changes to sharedlib/CMakeLists.txt

  • Committer: Tom Gall
  • Date: 2011-08-15 23:41:58 UTC
  • Revision ID: tom.gall@linaro.org-20110815234158-yqcft1w9j8w3nnf6
merge in 1.1.90 from upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
51
51
 
52
52
add_executable(jpegtran ../jpegtran.c ../cdjpeg.c ../rdswitch.c ../transupp.c)
53
53
target_link_libraries(jpegtran jpeg)
 
54
set_property(TARGET jpegtran PROPERTY COMPILE_FLAGS "-DUSE_SETMODE")
54
55
 
55
56
install(TARGETS jpeg cjpeg djpeg jpegtran
56
57
  ARCHIVE DESTINATION lib