We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7fc79a commit 7949cacCopy full SHA for 7949cac
CMakeLists.txt
@@ -1,5 +1,7 @@
1
cmake_minimum_required(VERSION 3.2)
2
3
+project(CBMC)
4
+
5
find_program(CCACHE_PROGRAM ccache)
6
if(CCACHE_PROGRAM)
7
set_property(GLOBAL PROPERTY RULE_LAUNCH_COMPILE "${CCACHE_PROGRAM}")
0 commit comments