tmp update
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -33,4 +33,5 @@
|
|||||||
|
|
||||||
.DS_Store
|
.DS_Store
|
||||||
build/
|
build/
|
||||||
|
.vscode/
|
||||||
*.nc
|
*.nc
|
@@ -6,7 +6,7 @@ set(EXECUTABLE_OUTPUT_PATH ${PROJECT_BINARY_DIR}/bin)
|
|||||||
|
|
||||||
add_executable(magtet ${SRC_DIR})
|
add_executable(magtet ${SRC_DIR})
|
||||||
|
|
||||||
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} --std=c++11 -O2")
|
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} --std=c++11 -O3")
|
||||||
|
|
||||||
find_library(GCTL_LIBRARY gctl /usr/local/lib)
|
find_library(GCTL_LIBRARY gctl /usr/local/lib)
|
||||||
target_link_libraries(magtet PUBLIC ${GCTL_LIBRARY})
|
target_link_libraries(magtet PUBLIC ${GCTL_LIBRARY})
|
||||||
|
Reference in New Issue
Block a user