Skip to content

Commit

Permalink
DEVTOOLS: Add missing libraries to cmake-based create_project
Browse files Browse the repository at this point in the history
  • Loading branch information
janisozaur authored and digitall committed Nov 14, 2019
1 parent 2078aa7 commit c7a5b15
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion devtools/create_project/cmake/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,6 @@ set(SOURCE_FILES
)

add_executable(create_project ${SOURCE_FILES})

if (WIN32)
target_link_libraries(create_project rpcrt4 advapi32)
endif ()

0 comments on commit c7a5b15

Please sign in to comment.