mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-23 13:05:11 +00:00
reduce number of compilation steps
This commit is contained in:
parent
e365aa4bdb
commit
8c13774c21
1 changed files with 2 additions and 0 deletions
|
@ -4,6 +4,8 @@ project(furnace)
|
|||
set(CMAKE_CXX_STANDARD 14)
|
||||
|
||||
set(BUILD_TESTING OFF)
|
||||
set(BUILD_PROGRAMS OFF)
|
||||
set(BUILD_EXAMPLES OFF)
|
||||
add_subdirectory(extern/libsndfile)
|
||||
|
||||
if (WIN32)
|
||||
|
|
Loading…
Reference in a new issue