Create a new ApplicationExe project for the executable

This commit is contained in:
Gaute Lindkvist
2021-01-06 15:03:38 +01:00
parent 2de5c9ce0b
commit 04d5daca67
412 changed files with 1438 additions and 872 deletions

View File

@@ -21,6 +21,7 @@ endif(MSVC)
project (custom-opm-common)
find_package(Boost)
include_directories(
opm-common
@@ -103,7 +104,7 @@ if(RESINSIGHT_ENABLE_UNITY_BUILD)
endif()
find_path(BOOST_SPIRIT_INCLUDE_DIRS "boost/spirit.hpp")
find_path(BOOST_SPIRIT_INCLUDE_DIRS "boost/spirit.hpp" HINTS ${Boost_INCLUDE_DIRS})
target_link_libraries(custom-opm-common
${ADDITIONAL_LINK_LIBRARIES}