]> git.sesse.net Git - vlc/history - extras/buildsystem/cmake/CMakeLists/src_CMakeLists.txt
cmake: Add test/dictionary.c to the list of test program.
[vlc] / extras / buildsystem / cmake / CMakeLists / src_CMakeLists.txt
2008-02-15 Pierre d'Herbemontcmake: Add test/dictionary.c to the list of test program.
2008-02-12 Antoine CellerierLooks like this was missing from r25071
2008-02-12 Pierre d'Herbemontcmake: Some improvements based on Alexander Neundorf...
2008-02-09 Pierre d'Herbemontcmake: Make the *.c *.h script generation compatible...
2008-02-09 Pavlov KonstantinFix erroneous [25032].
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...