Skip to content
Snippets Groups Projects
Commit f7839b2b authored by Pascal Palenda's avatar Pascal Palenda
Browse files

Fix IDE folder

parent 2736b6e3
Branches
No related tags found
No related merge requests found
......@@ -66,7 +66,7 @@ macro (ihta_add_library)
# If build out of parent project, add parent folder library to parent project folder
if (NOT CMAKE_SOURCE_DIR STREQUAL CMAKE_CURRENT_SOURCE_DIR)
set_property (TARGET ${IHTA_ADD_LIB_NAME} PROPERTY FOLDER ${IHTA_ADD_LIB_FOLDER})
set_property (TARGET ${IHTA_ADD_LIB_NAME} PROPERTY FOLDER ${IHTA_ADD_LIB_IDE_FOLDER})
endif ()
# Organize sources in folders
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment