Bunch of CMake fixes

* Add more Git ignore patterns
* Fix Ogg dependency handling (closes #203)
* Remove unneeded compiler flag (closes #204)
* Fix Visual Studio DLL build error error C2491:
  'flac_internal_rename_utf8': definition of dllimport function not
  allowed (closes #205)
* Add alias targets
* Reduce number of CMake files
* Improve CMake intrinsics detection
This commit is contained in:
evpobr
2020-05-02 10:54:28 +05:00
committed by Erik de Castro Lopo
parent 7a35c52849
commit e0b62a61a7
31 changed files with 101 additions and 94 deletions

View File

@@ -1,2 +0,0 @@
add_subdirectory("decode/file")
add_subdirectory("encode/file")

View File

@@ -17,5 +17,3 @@
# distribution.
SUBDIRS = decode encode
EXTRA_DIST = CMakeLists.txt