New sound system & removed miles
This commit is contained in:
1
extern/library/CMakeLists.txt
vendored
1
extern/library/CMakeLists.txt
vendored
@@ -1,6 +1,5 @@
|
||||
add_subdirectory(DirectX)
|
||||
add_subdirectory(Granny)
|
||||
add_subdirectory(MilesSoundSystem)
|
||||
add_subdirectory(Python)
|
||||
add_subdirectory(SpeedTree)
|
||||
add_subdirectory(WebView)
|
||||
@@ -1,6 +0,0 @@
|
||||
add_library(MilesSoundSystem STATIC IMPORTED GLOBAL)
|
||||
|
||||
set_target_properties(MilesSoundSystem PROPERTIES
|
||||
INTERFACE_INCLUDE_DIRECTORIES "${CMAKE_SOURCE_DIR}/extern/include"
|
||||
IMPORTED_LOCATION "${CMAKE_CURRENT_LIST_DIR}/mss64.lib"
|
||||
)
|
||||
BIN
extern/library/MilesSoundSystem/mss64.lib
vendored
BIN
extern/library/MilesSoundSystem/mss64.lib
vendored
Binary file not shown.
Reference in New Issue
Block a user