You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A folder structure must be created for the project. This folder structure would take into account that this project would be based on the use of CMake for managing building dependencies.
Create main CMakeLists.txt file in the root folder of the project
Modify the build system of dependencies for making them easily integrated into the CMake build system. This could be accomplished by creating CMakeLists.txt under the root folder of each dependency or by creating CMakeLists.txt.*.in files and including them to AquaMiner GPUCMakeLists.txt file
The text was updated successfully, but these errors were encountered:
A folder structure must be created for the project. This folder structure would take into account that this project would be based on the use of CMake for managing building dependencies.
CMakeLists.txt
file in the root folder of the projectCMakeLists.txt
under the root folder of each dependency or by creatingCMakeLists.txt.*.in
files and including them to AquaMiner GPUCMakeLists.txt
fileThe text was updated successfully, but these errors were encountered: