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:
parent
4173c9be3c
commit
68a05942fa
@ -14,7 +14,9 @@ include_directories(
|
|||||||
)
|
)
|
||||||
link_directories(${CMAKE_SOURCE_DIR}/../bin)
|
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})
|
add_executable(${PROJECT_NAME} ${SOURCES})
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user