~ubuntu-branches/ubuntu/maverick/libmpc/maverick

« back to all changes in this revision

Viewing changes to wavcmp/CMakeLists.txt

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Dröge
  • Date: 2009-10-20 20:08:39 UTC
  • mfrom: (1.1.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 3.
  • Revision ID: james.westby@ubuntu.com-20091020200839-sr97yyqrmahl62a4
Tags: upstream-0.1~r453
Import upstream version 0.1~r453

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
include_directories(${libmpc_SOURCE_DIR}/libwavformat)
 
2
link_directories(${libmpc_BINARY_DIR}/libwavformat)
 
3
 
 
4
add_executable(wavcmp wavcmp)
 
5
 
 
6
target_link_libraries(wavcmp wavformat_static)
 
7
 
 
8
install(TARGETS wavcmp RUNTIME DESTINATION bin)