Skip to content
Snippets Groups Projects
Commit 31e3b351 authored by Jaime Arias's avatar Jaime Arias
Browse files

rename to libs

parent e28bb8aa
No related branches found
No related tags found
No related merge requests found
Showing
with 20 additions and 1 deletion
......@@ -85,4 +85,23 @@ Icon
Network Trash Folder
Temporary Items
.apdisk
### CMake ###
CMakeLists.txt.user
CMakeCache.txt
CMakeFiles
CMakeScripts
Testing
Makefile
cmake_install.cmake
install_manifest.txt
compile_commands.json
CTestTestfile.cmake
_deps
### CMake Patch ###
# External projects
*-prefix/
**/build
# End of https://www.toptal.com/developers/gitignore/api/c++,visualstudiocode
......@@ -10,7 +10,7 @@ set(CMAKE_CXX_STANDARD_REQUIRED ON)
set(CMAKE_CXX_EXTENSIONS OFF)
# add sog
set(SOG_DIR "${CMAKE_SOURCE_DIR}/lib/sog")
set(SOG_DIR "${CMAKE_SOURCE_DIR}/libs/sog")
message(STATUS "Building SOG ...")
add_subdirectory(${SOG_DIR})
......
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment