aboutsummaryrefslogtreecommitdiff
path: root/entropy-calculator.cbp
diff options
context:
space:
mode:
Diffstat (limited to 'entropy-calculator.cbp')
-rw-r--r--entropy-calculator.cbp12
1 files changed, 10 insertions, 2 deletions
diff --git a/entropy-calculator.cbp b/entropy-calculator.cbp
index 797dabf..0474bf0 100644
--- a/entropy-calculator.cbp
+++ b/entropy-calculator.cbp
@@ -31,16 +31,24 @@
<Compiler>
<Add option="-Wall" />
<Add option="-fexceptions" />
+ <Add directory="headers" />
</Compiler>
+ <Linker>
+ <Add library="gmp" />
+ <Add library="gmpxx" />
+ </Linker>
<Unit filename="elements/water.h" />
<Unit filename="headers/allElements.cpp" />
<Unit filename="headers/allElements.h" />
+ <Unit filename="headers/baseElement.h" />
<Unit filename="headers/readElementState.cpp" />
<Unit filename="headers/readElementState.h" />
- <Unit filename="headers/baseElement.h" />
<Unit filename="main.cpp" />
<Extensions>
- <lib_finder disable_auto="1" />
+ <lib_finder disable_auto="1">
+ <lib name="gmp" />
+ <lib name="gmpxx" />
+ </lib_finder>
</Extensions>
</Project>
</CodeBlocks_project_file>