Bonjour,

J'ai réussi à configurer mon projet CMake mais j'ai cette erreur lors de l'édition des liens:
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
/usr/bin/ld*: CMakeFiles/testKrpnCore.dir/src/TestKrpnCore.cpp.o*: dans la fonction «*TestKrpnCore::TestKrpnCore()*»*:
TestKrpnCore.cpp:(.text+0x24)*: référence indéfinie vers «*vtable for TestKrpnCore*»
/usr/bin/ld*: CMakeFiles/testKrpnCore.dir/src/TestKrpnCore.cpp.o*: dans la fonction «*TestKrpnCore::~TestKrpnCore()*»*:
TestKrpnCore.cpp:(.text+0x49)*: référence indéfinie vers «*vtable for TestKrpnCore*»
collect2: error: ld returned 1 exit status
make[2]: *** [tests/KrpnCore/CMakeFiles/testKrpnCore.dir/build.make:102 : tests/KrpnCore/testKrpnCore] Erreur 1
make[1]: *** [CMakeFiles/Makefile2:199 : tests/KrpnCore/CMakeFiles/testKrpnCore.dir/all] Erreur 2
make: *** [Makefile:84 : all] Erreur 2