Changeset 68 for CMakeLists.txt

Show
Ignore:
Timestamp:
04/09/08 15:45:53 (16 years ago)
Author:
smidl
Message:

Vymazak Kdevelop

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • CMakeLists.txt

    r62 r68  
    3434 
    3535ELSE(WIN32) 
     36        FIND_PACKAGE(ITPP REQUIRED) 
     37 
     38        IF(ITPP_FOUND) 
     39           INCLUDE_DIRECTORIES(${ITPP_INCLUDE_DIR}) 
     40           LINK_DIRECTORIES(${NATIVE_ITPP_LIB_PATH}) 
     41        ENDIF(ITPP_FOUND) 
     42 
    3643        #This is for UNIX makefile which does only one release at a time. 
    3744        SET(CMAKE_BUILD_TYPE Debug)