diff options
Diffstat (limited to 'htdocs/CMakeLists.txt')
-rw-r--r-- | htdocs/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/htdocs/CMakeLists.txt b/htdocs/CMakeLists.txt index 01ee523..5bdb47f 100644 --- a/htdocs/CMakeLists.txt +++ b/htdocs/CMakeLists.txt @@ -25,9 +25,9 @@ PROJECT_TARGET_ADD(www_test) file(GLOB SOURCE_FILES "*.html" "*.js" "*.jpg") - add_custom_target(${TARGET_NAME} + add_custom_target(${TARGET_NAME} DEPENDS ${CMAKE_CURRENT_BINARY_DIR}/${TARGET_NAME} - ) + ) add_custom_command( DEPENDS ${SOURCE_FILES} |