src/CMakeLists.txt @@ -1,7 +1,7 @@ file(GLOB sources "./*.cpp") set(Target bhshm) set(Target bhome_shmq) add_library(${Target} ${sources})