diff options
Diffstat (limited to 'externals/lurlparser/CMakeLists.txt')
| -rw-r--r-- | externals/lurlparser/CMakeLists.txt | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/externals/lurlparser/CMakeLists.txt b/externals/lurlparser/CMakeLists.txt deleted file mode 100644 index 45046ffd3..000000000 --- a/externals/lurlparser/CMakeLists.txt +++ /dev/null | |||
| @@ -1,8 +0,0 @@ | |||
| 1 | add_library(lurlparser | ||
| 2 | LUrlParser.cpp | ||
| 3 | LUrlParser.h | ||
| 4 | ) | ||
| 5 | |||
| 6 | create_target_directory_groups(lurlparser) | ||
| 7 | |||
| 8 | target_include_directories(lurlparser INTERFACE ${CMAKE_CURRENT_SOURCE_DIR}) | ||