]> sigrok.org Git - pulseview.git/blobdiff - CMakeLists.txt
Used cotire to enhance build performance
[pulseview.git] / CMakeLists.txt
index 5f32467b2a855b4a6682d1215214e9803b5e1046..dacb972306eb90bc993bc7b318f1abe025b270e4 100644 (file)
 ##
 
 cmake_minimum_required(VERSION 2.6)
 ##
 
 cmake_minimum_required(VERSION 2.6)
+
 include(FindPkgConfig)
 include(GNUInstallDirs)
 
 include(FindPkgConfig)
 include(GNUInstallDirs)
 
+set (CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/CMake")
+include(cotire)
+
 project(pulseview)
 
 #===============================================================================
 project(pulseview)
 
 #===============================================================================
@@ -236,6 +240,7 @@ add_executable(${PROJECT_NAME}
 )
 
 target_link_libraries(${PROJECT_NAME} ${PULSEVIEW_LINK_LIBS})
 )
 
 target_link_libraries(${PROJECT_NAME} ${PULSEVIEW_LINK_LIBS})
+cotire(${PROJECT_NAME})
 
 if(WIN32)
 # Pass -mwindows so that no "DOS box" will open when PulseView is started.
 
 if(WIN32)
 # Pass -mwindows so that no "DOS box" will open when PulseView is started.