Update CMakeLists.txt
This commit is contained in:
parent
147337c53f
commit
e6998ad1e4
@ -4,5 +4,5 @@ set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++03")
|
|||||||
|
|
||||||
add_library(smartptr SmartPtr.cpp)
|
add_library(smartptr SmartPtr.cpp)
|
||||||
|
|
||||||
project(test_pthreadAtomic)
|
project(test_SharedPtr)
|
||||||
add_executable(${PROJECT_NAME} "main.cpp")
|
add_executable(${PROJECT_NAME} "main.cpp")
|
||||||
|
Loading…
Reference in New Issue
Block a user