Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F2577595
CMakeLists.txt
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Size
306 B
Referenced Files
None
Subscribers
None
CMakeLists.txt
View Options
cmake_minimum_required(VERSION 3.16)
project(libkazv-tutorials)
set(CMAKE_CXX_STANDARD 17)
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall -Wextra")
find_package(libkazv REQUIRED COMPONENTS job)
add_executable(tutorial0
tutorial0.cpp)
target_link_libraries(tutorial0 libkazv::kazvall libkazv::kazvjob)
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Jun 24, 10:22 AM (1 d, 8 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
234824
Default Alt Text
CMakeLists.txt (306 B)
Attached To
Mode
rL libkazv
Attached
Detach File
Event Timeline
Log In to Comment