diff options
Diffstat (limited to 'externals/lurlparser/CMakeLists.txt')
| -rw-r--r-- | externals/lurlparser/CMakeLists.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/externals/lurlparser/CMakeLists.txt b/externals/lurlparser/CMakeLists.txt new file mode 100644 index 000000000..45046ffd3 --- /dev/null +++ b/externals/lurlparser/CMakeLists.txt | |||
| @@ -0,0 +1,8 @@ | |||
| 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}) | ||