0
0
mirror of https://github.com/yse/easy_profiler.git synced 2024-12-26 16:11:02 +08:00

Unix section for sample

This commit is contained in:
Sergey Yagovtsev 2017-02-07 23:42:43 +03:00
parent 4173c9be3c
commit 68a05942fa

View File

@ -14,7 +14,9 @@ include_directories(
)
link_directories(${CMAKE_SOURCE_DIR}/../bin)
if(UNIX)
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=gnu++11")
endif(UNIX)
add_executable(${PROJECT_NAME} ${SOURCES})