Skip to content

Commit fa4242b

Browse files
committed
Cleanup in FaustGraph: string_view, anonymous namespace over static, ImVec2 by value instead of by ref
1 parent 975a1b9 commit fa4242b

File tree

5 files changed

+81
-83
lines changed

5 files changed

+81
-83
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ set(TRACY_ENABLED off CACHE BOOL "Enable Tracy profiling" FORCE)
1515

1616
add_subdirectory(lib)
1717

18-
# Disable lib warnings
18+
# Ignore lib warnings
1919
target_compile_options(staticlib PRIVATE -w) # Faust (can't use alias target)
2020
target_compile_options(SDL3-shared PRIVATE -w)
2121
file(GLOB_RECURSE LIB_SOURCES ${CMAKE_CURRENT_SOURCE_DIR}/lib/*.c ${CMAKE_CURRENT_SOURCE_DIR}/lib/*.cpp)

lib/CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@ endif()
2727

2828
set(LLVM_BACKEND COMPILER STATIC DYNAMIC CACHE STRING "Include LLVM backend" FORCE)
2929

30-
include_directories(faust/compiler/generator/c)
31-
include_directories(faust/compiler/generator/cpp)
3230
add_subdirectory(faust/build EXCLUDE_FROM_ALL)
3331

3432
# Create the `faustlib` target.

0 commit comments

Comments
 (0)