mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-24 00:31:16 +00:00
Move tgl to tgl subdirectory, and use target_include_directories
This commit is contained in:
parent
6153d370d8
commit
417004e9d7
@ -218,8 +218,8 @@ if (MINGW)
|
||||
endif()
|
||||
|
||||
# Additional include directories
|
||||
include_directories("${CMAKE_SOURCE_DIR}/3rdparty/vec")
|
||||
include_directories("${CMAKE_SOURCE_DIR}/3rdparty/smk")
|
||||
target_include_directories(lego1 PUBLIC "${CMAKE_SOURCE_DIR}/3rdparty/vec")
|
||||
target_include_directories(lego1 PRIVATE "${CMAKE_SOURCE_DIR}/3rdparty/smk")
|
||||
|
||||
if (ISLE_USE_SMARTHEAP)
|
||||
add_library(SmartHeap::SmartHeap STATIC IMPORTED)
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
#define VIEWROI_H
|
||||
|
||||
#include "orientableroi.h"
|
||||
#include "tgl.h"
|
||||
#include "tgl/tgl.h"
|
||||
#include "viewlodlist.h"
|
||||
|
||||
/*
|
||||
|
||||
Loading…
Reference in New Issue
Block a user