mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Add MacOS build support
This commit is contained in:
@@ -2,12 +2,6 @@ cmake_minimum_required(VERSION 3.12)
|
||||
|
||||
project(cafHexInterpolator)
|
||||
|
||||
set(PROJECT_FILES cafHexInterpolator.h)
|
||||
add_library(${PROJECT_NAME} INTERFACE)
|
||||
|
||||
add_library(${PROJECT_NAME} ${PROJECT_FILES})
|
||||
|
||||
target_include_directories(${PROJECT_NAME} PUBLIC ${CMAKE_CURRENT_SOURCE_DIR})
|
||||
|
||||
target_link_libraries(${PROJECT_NAME} LibCore)
|
||||
|
||||
source_group("" FILES ${PROJECT_FILES})
|
||||
target_include_directories(${PROJECT_NAME} INTERFACE .)
|
||||
|
||||
Reference in New Issue
Block a user