Skip to content

Conversation

@jmalbos
Copy link
Contributor

@jmalbos jmalbos commented Mar 23, 2022

This pull request modifies the CMakeLists.txt script to make possible the use of NEXUS as a git submodule in other projects.

@jmalbos jmalbos marked this pull request as draft March 31, 2022 17:00
add_executable(exe)
set_target_properties(exe PROPERTIES OUTPUT_NAME ${PROJECT_NAME})
target_sources(exe PRIVATE ${CMAKE_SOURCE_DIR}/source/nexus.cc)
target_sources(exe PRIVATE ${CMAKE_CURRENT_SOURCE_DIR}/source/nexus.cc)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What does this change imply?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants