diff options
Diffstat (limited to 'externals/inih/CMakeLists.txt')
| -rw-r--r-- | externals/inih/CMakeLists.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/externals/inih/CMakeLists.txt b/externals/inih/CMakeLists.txt index b686e3cf5..ebb60a976 100644 --- a/externals/inih/CMakeLists.txt +++ b/externals/inih/CMakeLists.txt | |||
| @@ -9,4 +9,5 @@ add_library(inih | |||
| 9 | ) | 9 | ) |
| 10 | 10 | ||
| 11 | create_target_directory_groups(inih) | 11 | create_target_directory_groups(inih) |
| 12 | target_include_directories(inih INTERFACE .) | 12 | target_include_directories(inih INTERFACE inih/cpp) |
| 13 | add_library(inih::INIReader ALIAS inih) | ||