Skip to main content
Dick Lin
Senior
September 6, 2018
Question

How to use CMake compile STM32CubeL4 Firmware Package?

  • September 6, 2018
  • 1 reply
  • 551 views

I saw there is CMakeLists.txt in the folder, should be able to use CMake. The problem is I am choose different MinGW makefile format, never success.

The reason for me to use CMake is to compile GoogleTest, I won't compile in the atolic TrueStudio.

My other question is

"did anyone compile Google Test 1.8.1 on TrueStudio?"

Thx

    This topic has been closed for replies.

    1 reply

    Dick Lin
    Dick LinAuthor
    Senior
    September 6, 2018

    I got it now. I don't need CMake. Now I can use Atollic trueSTUDIO to compile GoogleTest. I am working on test to see if it actually working. Thx