Changeset 92 in pacpusframework for branches/2.0-beta1/src/TestComponents/CMakeLists.txt


Ignore:
Timestamp:
05/21/13 09:55:24 (11 years ago)
Author:
morasjul
Message:

Fix TestComponents CMakeLists.txt, add Pacpus libs (missing)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.0-beta1/src/TestComponents/CMakeLists.txt

    r89 r92  
     1link_directories(${PACPUS_INSTALL_DIR}/lib)
     2
     3set(PACPUS_LIBRARIES
     4    optimized FileLib debug FileLib_d
     5    optimized PacpusLib debug PacpusLib_d
     6    optimized PacpusTools debug PacpusTools_d
     7)
     8
    19# ========================================
    210# Libraries, all platforms
Note: See TracChangeset for help on using the changeset viewer.