client almost builds
This commit is contained in:
6
extern/library/MilesSoundSystem/CMakeLists.txt
vendored
Normal file
6
extern/library/MilesSoundSystem/CMakeLists.txt
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
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"
|
||||
)
|
||||
Reference in New Issue
Block a user