4 lines
71 B
CMake
4 lines
71 B
CMake
|
|
||
|
add_executable(sample sample.cpp)
|
||
|
target_link_libraries(sample xcdat)
|