mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-04-07 04:53:28 +02:00
rename thirdparty dir to external
This commit is contained in:
parent
b3a343f17f
commit
7262b7400a
226 changed files with 3 additions and 3 deletions
|
@ -3,8 +3,8 @@ set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR}/cmake/modules/")
|
|||
|
||||
project(hifi)
|
||||
|
||||
set(GLM_ROOT_DIR ${CMAKE_SOURCE_DIR}/thirdparty)
|
||||
set(LODEPNG_ROOT_DIR ${CMAKE_SOURCE_DIR}/thirdparty/LodePNG)
|
||||
set(PORTAUDIO_DIR ${CMAKE_SOURCE_DIR}/thirdparty/portaudio)
|
||||
set(GLM_ROOT_DIR ${CMAKE_SOURCE_DIR}/external)
|
||||
set(LODEPNG_ROOT_DIR ${CMAKE_SOURCE_DIR}/external/LodePNG)
|
||||
set(PORTAUDIO_DIR ${CMAKE_SOURCE_DIR}/external/portaudio)
|
||||
|
||||
add_subdirectory(interface)
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue