mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Create a new ApplicationExe project for the executable
This commit is contained in:
3
ThirdParty/custom-opm-common/CMakeLists.txt
vendored
3
ThirdParty/custom-opm-common/CMakeLists.txt
vendored
@@ -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}
|
||||
|
Reference in New Issue
Block a user