rename thirdparty dir to external

This commit is contained in:
Stephen Birarda 2013-02-08 17:29:04 -08:00
parent b3a343f17f
commit 7262b7400a
226 changed files with 3 additions and 3 deletions

View file

@ -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