mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-18 02:45:45 -04:00
dep: Add biscuit and riscv-disas
This commit is contained in:
17
dep/biscuit/CMakeLists.txt
Normal file
17
dep/biscuit/CMakeLists.txt
Normal file
@ -0,0 +1,17 @@
|
||||
cmake_minimum_required(VERSION 3.15)
|
||||
project(biscuit VERSION 0.9.1)
|
||||
|
||||
#include(CTest)
|
||||
|
||||
option(BISCUIT_CODE_BUFFER_MMAP "Use mmap for handling code buffers instead of new" OFF)
|
||||
|
||||
# Source directories
|
||||
add_subdirectory(src)
|
||||
|
||||
#if (BUILD_TESTING)
|
||||
# add_subdirectory(tests)
|
||||
#endif()
|
||||
|
||||
#if (BUILD_EXAMPLES)
|
||||
# add_subdirectory(examples)
|
||||
#endif()
|
Reference in New Issue
Block a user