I used cmake on CLI(Command Line Interface).
Build is finished successfully but I couldn't find the *.hex file
$ cd {TESuit Project} && mkdir build && cd build
$ cmake ..
below picture is the result of stand-alone build

below picture is the result of CLion build button

If we can build with cmake command we will add CI for build test or unit test and we do not need to use the same IDE.