mirror of
https://github.com/SFML/SFML.git
synced 2025-02-19 06:39:59 +08:00
Remove FLAC microbench target from project
This commit is contained in:
parent
2241bee942
commit
3a2b4518e2
@ -7,4 +7,5 @@ string(REPLACE "set_target_properties(FLAC grabbag getopt replaygain_analysis re
|
||||
string(REPLACE "install(FILES \${FLAC_HEADERS} DESTINATION \"\${CMAKE_INSTALL_INCLUDEDIR}/FLAC\")" "" FLAC_CMAKELISTS_CONTENTS "${FLAC_CMAKELISTS_CONTENTS}")
|
||||
string(REPLACE "install(FILES \${FLAC++_HEADERS} DESTINATION \"\${CMAKE_INSTALL_INCLUDEDIR}/FLAC++\")" "" FLAC_CMAKELISTS_CONTENTS "${FLAC_CMAKELISTS_CONTENTS}")
|
||||
string(REPLACE "\n\nadd_subdirectory(\"src\")" "\nset(CMAKE_DEBUG_POSTFIX d)\nadd_subdirectory(\"src\")" FLAC_CMAKELISTS_CONTENTS "${FLAC_CMAKELISTS_CONTENTS}")
|
||||
string(REPLACE "add_subdirectory(\"microbench\")" "" FLAC_CMAKELISTS_CONTENTS "${FLAC_CMAKELISTS_CONTENTS}")
|
||||
file(WRITE "${FLAC_DIR}/CMakeLists.txt" "${FLAC_CMAKELISTS_CONTENTS}")
|
||||
|
Loading…
x
Reference in New Issue
Block a user