~ubuntu-branches/ubuntu/breezy/cmake/breezy

« back to all changes in this revision

Viewing changes to Tests/Complex/Executable/CMakeLists.txt

  • Committer: Bazaar Package Importer
  • Author(s): Maitland Bottoms
  • Date: 2002-02-14 18:36:25 UTC
  • Revision ID: james.westby@ubuntu.com-20020214183625-8m44isdas2k4l0f7
Tags: upstream-1.2
ImportĀ upstreamĀ versionĀ 1.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
ADD_EXECUTABLE(complex complex)
 
2
TARGET_LINK_LIBRARIES(complex CMakeTestLibrary)
 
3
TARGET_LINK_LIBRARIES(complex CMakeTestLibraryShared)
 
4