Changeset 2846 for trunk/CMakeLists.txt


Ignore:
Timestamp:
07/25/10 09:41:12 (14 years ago)
Author:
cogsi
Message:

Fixed azbox cmake info

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/CMakeLists.txt

    r2825 r2846  
    451451elseif (OSCamOperatingSystem MATCHES "AZBox")
    452452    add_library(xcas STATIC IMPORTED)
    453     set_property(TARGET xcas PROPERTY IMPORTED_LOCATION openxcas/libOpenXCASAPI.a)
     453    set_property(TARGET xcas PROPERTY IMPORTED_LOCATION ${CMAKE_CURRENT_SOURCE_DIR}/openxcas/libOpenXCASAPI.a)
    454454    target_link_libraries(${exe_name} xcas)
    455455endif (OSCamOperatingSystem MATCHES "Linux")
Note: See TracChangeset for help on using the changeset viewer.