summaryrefslogtreecommitdiff
path: root/core/CMakeLists.txt
diff options
context:
space:
mode:
authorrtk0c <[email protected]>2021-03-28 16:04:42 -0700
committerrtk0c <[email protected]>2021-03-28 16:04:42 -0700
commit53bff541e292c5d6cae73881a37bf8f7e4a5fd0a (patch)
treebeaee0ec4bd12179a4a6f85afcbc3ced2b855f40 /core/CMakeLists.txt
parenta7e5e42a188f9e6ab13706a15e6b50f36f0e00e8 (diff)
Add FontAwesome icon set
Diffstat (limited to 'core/CMakeLists.txt')
-rw-r--r--core/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/CMakeLists.txt b/core/CMakeLists.txt
index a8386b2..37fccd3 100644
--- a/core/CMakeLists.txt
+++ b/core/CMakeLists.txt
@@ -102,6 +102,7 @@ function(add_executable_variant TARGET_NAME)
)
target_include_directories(${TARGET_NAME} PRIVATE
${CMAKE_CURRENT_LIST_DIR}/src
+ ${CMAKE_SOURCE_DIR}/3rdparty/iconfontheaders
${CMAKE_SOURCE_DIR}/3rdparty/imgui
${CMAKE_SOURCE_DIR}/3rdparty/imnodes
)