mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#1116 Added nightcharts pie plotting library
This commit is contained in:
16
ThirdParty/nightcharts/CMakeLists.txt
vendored
Normal file
16
ThirdParty/nightcharts/CMakeLists.txt
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
cmake_minimum_required (VERSION 2.8)
|
||||
|
||||
project (nightcharts)
|
||||
|
||||
list (APPEND MAIN_SOURCE_FILES
|
||||
nightcharts.h
|
||||
nightcharts.cpp
|
||||
nightchartswidget.h
|
||||
nightchartswidget.cpp
|
||||
)
|
||||
|
||||
add_library( ${PROJECT_NAME}
|
||||
STATIC
|
||||
${MAIN_SOURCE_FILES}
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user