Browse Source

* Fixed typo in cmake script

master
bergmann 4 years ago
parent
commit
22f4102961
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      test/CMakeLists.txt

+ 1
- 1
test/CMakeLists.txt View File

@@ -16,7 +16,7 @@ Add_Library ( cppmicrohttpd-test-helper STATIC ${SOURCE_FILES} )
Target_Include_Directories ( cppmicrohttpd-test-helper
PUBLIC
$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/helper>
$<INSTALL_INTERFACE:${cppmicrohttpd_INSTALL_DIR_INCLUDE}> )
$<INSTALL_INTERFACE:${CPPMICROHTTPD_INSTALL_DIR_INCLUDE}> )
Target_Include_Directories ( cppmicrohttpd-test-helper
SYSTEM PUBLIC
${MICROHTTPD_INCLUDE_DIRS} )


Loading…
Cancel
Save