]> git.sesse.net Git - vlc/history - extras/buildsystem/cmake/CMakeLists/src_CMakeLists.txt
Fix linkage in --as-needed mode.
[vlc] / extras / buildsystem / cmake / CMakeLists / src_CMakeLists.txt
2008-02-09 Pavlov KonstantinFix linkage in --as-needed mode.
2008-02-08 Faustino Osunacmake: Command substitution work around for VERBATIM...
2008-02-08 Pierre d'Herbemontcmake: Add VERBATIM back. Apparently this could be...
2008-02-08 Faustino Osunacmake: Removed VERBATIM flag, allows OS to perform...
2008-02-07 Antoine CellerierDefine DATA_PATH in the root CMakeList.txt since module...
2008-02-07 Rémi Denis-CourmontFix SO versions
2008-02-07 Pierre d'Herbemontcmake: Enable test targets.
2008-02-05 Rémi Denis-CourmontFix SOVERSION
2008-02-05 Pierre d'Herbemontcmake: Don't use tabs and generate revision.c builtin...
2008-02-05 Rémi Denis-CourmontCheck for -lm
2008-02-05 Rémi Denis-Courmontlibvlc needs -ldl
2008-02-05 Pierre d'Herbemontcmake: Correctly set te build target for the modules...
2008-02-04 Pierre d'Herbemontcmake: prefer the use of target_link_libraries() over...
2008-02-04 Rémi Denis-CourmontAdd missing libs. Not sure if this is the right way...
2008-02-04 Rémi Denis-CourmontBunch of fixes
2008-02-04 Rémi Denis-CourmontDon't link against yes. Of course it does not work...
2008-02-04 Rémi Denis-CourmontMissing defines
2008-02-04 Pierre d'Herbemontcmake: Add a FindDlopen module. (Ask for review by...
2008-02-04 Pierre d'Herbemont cmake: Generate vlc_about.h.
2008-02-04 Pierre d'Herbemontcmake: Correctly generate builtin.h.
2008-02-04 Pierre d'Herbemontcmake: Don't set -DMACOSX_DEPLOYMENT_TARGET=10.4 ...
2008-02-04 Pierre d'Herbemontcmake: Fix revision generation.
2008-02-04 Pierre d'Herbemontsrc/CMakeLists.txt: Correctly fix that typo spotted...
2008-02-04 Pierre d'Herbemontsrc/CMakeLists.txt: Correct a typo.
2008-02-04 Pierre d'Herbemontcmake: Use -std=gnu99 instead of -std=c99 and link...
2008-02-04 Pierre d'Herbemontcmake: Don't send two time -std=c99.
2008-02-04 Pierre d'Herbemontsrc_CMakeLists: Build libvlc-control.
2008-02-04 Pierre d'Herbemontbuildsystem/cmake: Add an embryonary CMake support...