Update CMakeLists.txt

This commit is contained in:
Samer Afach 2018-09-21 10:05:24 +02:00
parent 147337c53f
commit e6998ad1e4
1 changed files with 1 additions and 1 deletions

View File

@ -4,5 +4,5 @@ set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++03")
add_library(smartptr SmartPtr.cpp)
project(test_pthreadAtomic)
project(test_SharedPtr)
add_executable(${PROJECT_NAME} "main.cpp")