mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-09 16:41:57 +02:00
Merge branch 'master' of https://github.com/worklist/hifi into gyroquat
This commit is contained in:
commit
5515fc02e4
2 changed files with 10 additions and 6 deletions
|
@ -87,13 +87,19 @@ find_package(GLM REQUIRED)
|
||||||
find_package(LodePNG REQUIRED)
|
find_package(LodePNG REQUIRED)
|
||||||
find_package(LibOVR)
|
find_package(LibOVR)
|
||||||
|
|
||||||
# include headers for external libraries and InterfaceConfig.
|
# include headers for interface and InterfaceConfig.
|
||||||
include_directories(
|
include_directories(
|
||||||
${PROJECT_SOURCE_DIR}/src
|
${PROJECT_SOURCE_DIR}/src
|
||||||
${PROJECT_BINARY_DIR}/includes
|
${PROJECT_BINARY_DIR}/includes
|
||||||
${GLM_INCLUDE_DIRS}
|
)
|
||||||
${LODEPNG_INCLUDE_DIRS}
|
|
||||||
${LIBOVR_INCLUDE_DIRS}
|
# include external library headers
|
||||||
|
# use system flag so warnings are supressed
|
||||||
|
include_directories(
|
||||||
|
SYSTEM
|
||||||
|
${GLM_INCLUDE_DIRS}
|
||||||
|
${LODEPNG_INCLUDE_DIRS}
|
||||||
|
${LIBOVR_INCLUDE_DIRS}
|
||||||
)
|
)
|
||||||
|
|
||||||
target_link_libraries(${TARGET_NAME} ${QT_LIBRARIES})
|
target_link_libraries(${TARGET_NAME} ${QT_LIBRARIES})
|
||||||
|
|
|
@ -18,8 +18,6 @@
|
||||||
#include "Application.h"
|
#include "Application.h"
|
||||||
#include "Log.h"
|
#include "Log.h"
|
||||||
|
|
||||||
#include <OctalCode.h>
|
|
||||||
|
|
||||||
int main(int argc, const char * argv[]) {
|
int main(int argc, const char * argv[]) {
|
||||||
timeval startup_time;
|
timeval startup_time;
|
||||||
gettimeofday(&startup_time, NULL);
|
gettimeofday(&startup_time, NULL);
|
||||||
|
|
Loading…
Reference in a new issue