Changeset 216
- Timestamp:
- 02/13/07 22:49:14 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libmpc/branches/r2d/mpcdec/CMakeLists.txt
r162 r216 8 8 add_executable(mpcdec mpcdec.c) 9 9 10 if(WIN32) 11 target_link_libraries(mpcdec winmm) 12 endif(WIN32) 13 14 if(NOT MSVC) 15 target_link_libraries(mpcdec m) 16 endif(NOT MSVC) 17 10 18 target_link_libraries(mpcdec wavformat_static) 11 19 target_link_libraries(mpcdec mpcdec_static)
Note: See TracChangeset
for help on using the changeset viewer.