Skip to content
Snippets Groups Projects
Commit 5e2aecfa authored by Chiheb Amer Abid's avatar Chiheb Amer Abid
Browse files

Corrected path of PMCSOGConfig.h in cmake files

parent 280d9023
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@ cmake_minimum_required(VERSION 3.8 FATAL_ERROR)
project(pmc-sog C CXX)
project(pmc-sog VERSION 0.4.0)
configure_file(PMCSOGConfig.h.in src/PMCSOGConfig.h)
configure_file(PMCSOGConfig.h.in PMCSOGConfig.h)
#set(CMAKE_CXX_STANDARD 14)
......
......@@ -24,6 +24,7 @@ endif()
# Hybrid SOG executable
add_executable(mc-sog main.cpp
PMCSOGConfig.h
NewNet.cpp
NewNet.h
CommonSOG.cpp
......
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