Skip to content

Instantly share code, notes, and snippets.

@bistole
Created January 30, 2021 22:33
Show Gist options
  • Select an option

  • Save bistole/51e1cd466b3365965bc3f727a89b7e12 to your computer and use it in GitHub Desktop.

Select an option

Save bistole/51e1cd466b3365965bc3f727a89b7e12 to your computer and use it in GitHub Desktop.
add libBackend.lib to link lib
set(BACKEND_DIR "${CMAKE_CURRENT_SOURCE_DIR}/backend")
set(BACKEND_LIB "${BACKEND_DIR}/libBackend.lib")
target_link_libraries(${BINARY_NAME} PRIVATE "${BACKEND_LIB}")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment