~n-muench/+junk/podofo

« back to all changes in this revision

Viewing changes to test/ParserTest/CMakeLists.txt

  • Committer: Nate Muench
  • Date: 2011-01-06 01:07:46 UTC
  • Revision ID: nowiwilldestroyabydos@gmail.com-20110106010746-aaz6xwp0pcxzj3ff
Initial Import, Version 0.8.0 SVN from Maverick

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
ADD_EXECUTABLE(ParserTest ParserTest.cpp)
 
2
TARGET_LINK_LIBRARIES(ParserTest ${PODOFO_LIB} ${PODOFO_LIB_DEPENDS})
 
3
SET_TARGET_PROPERTIES(ParserTest PROPERTIES COMPILE_FLAGS "${PODOFO_CFLAGS}")
 
4
ADD_DEPENDENCIES(ParserTest ${PODOFO_DEPEND_TARGET})