Mentions légales du service

Skip to content
Snippets Groups Projects

#19 Add in CI the creation of the other images

18 files
+ 107
430
Compare changes
  • Side-by-side
  • Inline
Files
18
@@ -28,8 +28,8 @@ add_cxx_compiler_flag("-Wsign-conversion") # a triggered warning in gcc (-Wall -
add_executable(simple_boost simple_boost.cpp)
# Not portable at all but not the point here!
target_include_directories(simple_boost PUBLIC "/Codes/ThirdParty/opt/include")
target_include_directories(simple_boost PUBLIC "/opt/include")
target_link_libraries(simple_boost
/Codes/ThirdParty/opt/lib/libboost_filesystem.a
/Codes/ThirdParty/opt/lib/libboost_system.a)
\ No newline at end of file
/opt/lib/libboost_filesystem.a
/opt/lib/libboost_system.a)
\ No newline at end of file
Loading