File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# CMakeList.txt : CMake project for VocalTractLabApi, include source and define
22# project specific logic here.
33#
4- cmake_minimum_required (VERSION 3.13 )
4+ cmake_minimum_required (VERSION 3.5 )
55set (CMAKE_CXX_STANDARD 17)
66
77set (CMAKE_LIBRARY_OUTPUT_DIRECTORY ${CMAKE_SOURCE_DIR} /lib/$<CONFIG >)
@@ -56,8 +56,8 @@ src/VocalTractLabApi/VocalTractLabApi.def)
5656
5757project ("VocalTractLabBackend" )
5858add_library (VocalTractLabBackend STATIC )
59- target_include_directories (VocalTractLabBackend PUBLIC ${CMAKE_CURRENT_SOURCE_DIR} /include )
60- target_sources (VocalTractLabBackend PUBLIC ${BackendSources} )
59+ target_include_directories (VocalTractLabBackend PUBLIC ${CMAKE_CURRENT_SOURCE_DIR} /include )
60+ target_sources (VocalTractLabBackend PRIVATE ${BackendSources} )
6161
6262
6363include (FetchContent )
You can’t perform that action at this time.
0 commit comments