Ignore:
Timestamp:
05/10/07 16:34:11 (17 years ago)
Author:
r2d
Message:

updated Windows/CMake build

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libmpc/trunk/mpcdec/CMakeLists.txt

    r236 r320  
    66link_directories(${libmpc_BINARY_DIR}/libmpcdec)
    77
    8 add_executable(mpcdec mpcdec.c)
     8if(MSVC)
     9include_directories(${libmpc_SOURCE_DIR}/win32)
     10add_executable(mpcdec mpcdec ${libmpc_SOURCE_DIR}/win32/attgetopt)
     11endif(MSVC)
     12
     13add_executable(mpcdec mpcdec)
    914
    1015if(NOT MSVC)
Note: See TracChangeset for help on using the changeset viewer.