diff options
Diffstat (limited to 'externals/getopt/CMakeLists.txt')
| -rw-r--r-- | externals/getopt/CMakeLists.txt | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/externals/getopt/CMakeLists.txt b/externals/getopt/CMakeLists.txt index c8b745d55..ad7a2b363 100644 --- a/externals/getopt/CMakeLists.txt +++ b/externals/getopt/CMakeLists.txt | |||
| @@ -1,11 +1,9 @@ | |||
| 1 | set(SRCS | 1 | add_library(getopt |
| 2 | getopt.c | 2 | getopt.c |
| 3 | ) | 3 | getopt.h |
| 4 | set(HEADERS | 4 | ) |
| 5 | getopt.h | 5 | |
| 6 | ) | 6 | create_target_directory_groups(getopt) |
| 7 | 7 | ||
| 8 | create_directory_groups(${SRCS} ${HEADERS}) | ||
| 9 | add_library(getopt ${SRCS} ${HEADERS}) | ||
| 10 | target_compile_definitions(getopt PUBLIC STATIC_GETOPT) | 8 | target_compile_definitions(getopt PUBLIC STATIC_GETOPT) |
| 11 | target_include_directories(getopt INTERFACE ${CMAKE_CURRENT_SOURCE_DIR}) | 9 | target_include_directories(getopt INTERFACE ${CMAKE_CURRENT_SOURCE_DIR}) |