Skip to content

Commit

Permalink
Update output path
Browse files Browse the repository at this point in the history
Co-authored-by: Denis Rouzaud <denis.rouzaud@gmail.com>
  • Loading branch information
pathmapper and 3nids committed Dec 30, 2021
1 parent d2e082d commit 58232d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/CMakeLists.txt
Expand Up @@ -35,7 +35,7 @@ if (WITH_SERVER)

# Landingpage
file(GLOB_RECURSE LANDINGPAGE_SOURCE_FILES RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} server/src/landingpage/*)
set(LANDINGPAGE_OUTPUT_PATH ${CMAKE_CURRENT_BINARY_DIR}/../output/data/resources/server/src/landingpage)
set(LANDINGPAGE_OUTPUT_PATH ${CMAKE_BINARY_DIR}/output/data/resources/server/src/landingpage)

add_custom_target (server_landingpage ALL DEPENDS ${LANDINGPAGE_OUTPUT_PATH}/landingpage.stamp)

Expand Down

0 comments on commit 58232d6

Please sign in to comment.