diff options
author | rtk0c <[email protected]> | 2021-03-28 16:04:42 -0700 |
---|---|---|
committer | rtk0c <[email protected]> | 2021-03-28 16:04:42 -0700 |
commit | 53bff541e292c5d6cae73881a37bf8f7e4a5fd0a (patch) | |
tree | beaee0ec4bd12179a4a6f85afcbc3ced2b855f40 /core/CMakeLists.txt | |
parent | a7e5e42a188f9e6ab13706a15e6b50f36f0e00e8 (diff) |
Add FontAwesome icon set
Diffstat (limited to 'core/CMakeLists.txt')
-rw-r--r-- | core/CMakeLists.txt | 1 |
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 ) |