mirror of
https://github.com/yse/easy_profiler.git
synced 2024-12-26 08:01:51 +08:00
Unix section for sample
This commit is contained in:
parent
4173c9be3c
commit
68a05942fa
@ -14,7 +14,9 @@ include_directories(
|
||||
)
|
||||
link_directories(${CMAKE_SOURCE_DIR}/../bin)
|
||||
|
||||
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=gnu++11")
|
||||
if(UNIX)
|
||||
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=gnu++11")
|
||||
endif(UNIX)
|
||||
|
||||
add_executable(${PROJECT_NAME} ${SOURCES})
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user