Skip to content

Commit

Permalink
build: add missing dependency for modules
Browse files Browse the repository at this point in the history
  • Loading branch information
Silverlan authored Nov 2, 2023
1 parent f281532 commit 120d7a7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CMakeShared.txt
Original file line number Diff line number Diff line change
Expand Up @@ -179,4 +179,6 @@ function(register_pragma_module IDENTIFIER)
set_source_files_properties("${CMAKE_CURRENT_LIST_DIR}/src/${PRECOMPILED_HEADER}.cpp" PROPERTIES COMPILE_FLAGS "/Yc${PRECOMPILED_HEADER}.h")
endif()
set_target_properties(${PROJ_NAME} PROPERTIES ${TARGET_PROPERTIES})

add_dependencies(${PROJ_NAME} ishared)
endfunction(register_pragma_module)

0 comments on commit 120d7a7

Please sign in to comment.