Changeset e485e51310d8e40e78a096c1b0804d055aed90a0
- Timestamp:
- 02/09/08 17:32:03
(7 months ago)
- Author:
- Pavlov Konstantin <thresh@videolan.org>
- git-committer:
- Pavlov Konstantin <thresh@videolan.org> 1202574723 +0000
- git-parent:
[c3ef13597496b9dcbbfa53c68064a087e66ae4f6]
- git-author:
- Pavlov Konstantin <thresh@videolan.org> 1202574723 +0000
- Message:
Fix erroneous [25032].
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| rc3ef135 |
re485e51 |
|
| 261 | 261 | endif(NOT APPLE) |
|---|
| 262 | 262 | |
|---|
| 263 | | set_target_properties(libvlc libvlc-control PROPERTIES LDFLAGS "${LINK_FLAGS} ${CMAKE_THREAD_LIBS_INIT}") |
|---|
| | 263 | target_link_libraries(libvlc "${CMAKE_THREAD_LIBS_INIT}") |
|---|
| | 264 | target_link_libraries(libvlc-control "${CMAKE_THREAD_LIBS_INIT}") |
|---|
| | 265 | |
|---|
| 264 | 266 | set_target_properties(libvlc libvlc-control vlc PROPERTIES COMPILE_FLAGS |
|---|
| 265 | 267 | "-Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -I${CMAKE_BINARY_DIR}/src -I${CMAKE_BINARY_DIR}/include" ) |
|---|